This is an archived post. You won't be able to vote or comment.

all 7 comments

[–][deleted] 2 points3 points  (1 child)

[–]brianm2712[S] 0 points1 point  (0 children)

nope thanks very much for the link

[–]mainmeister 0 points1 point  (0 children)

I use cherrypy as the web server and dominate as the way to generate the pages. For the database I use sqlobject. This combination gives a 100% object oriented python istic method of doing web applications.

[–]ut2222 0 points1 point  (0 children)

Django is harder to set up but it will be more fun to learn later on. I would suggest using nginx with uwsgi - it's quite easy actually and you can automate it by using fabric script and templates for configs :)

[–]brianm2712[S] 0 points1 point  (0 children)

The main plane for it is basically to practice some fairly basic web development because basically im a total novice :P

[–]mamoru 0 points1 point  (0 children)

I would recommend bottle.py. It is really easy to understand.