mod_python demo

J

Jan Danielsson

Hello all,

I have written a web-based voting system (add question, add possible
answers to that question, and let users vote) in python. It uses:

- mod_python
- postgreql (through psycopg2)

It includes basic session and user management.

It's a very simple system, and the session/user management is highly
reusable.

The point of writing it was just as a small exercise I made for
myself. But now that I'm done with it, I wouldn't mind sharing it with
people wanting to get started with mod_python, but wants to have some
working code to use as a base (or merely look at for ideas).

Is there any Python/web community site anywhere which allows users to
upload template code for others to use?

Note: I am a Python newbie, so there are probably lots of
improvements to be done, if anyone cares enough).
 
G

Gabriel Genellina

En Wed, 14 Mar 2007 09:02:36 -0300, Jan Danielsson
Hello all,

I have written a web-based voting system (add question, add possible
answers to that question, and let users vote) in python. It uses: [...]
Is there any Python/web community site anywhere which allows users to
upload template code for others to use?

The Python Package Index http://www.python.org/pypi is intended mostly for
packages, but you can find a suitable category on the wiki:
http://wiki.python.org/moin/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top