Python Web Application
Dear LazyWeb,
I’m trying to create a web application using Python. Currently I’m working with the Python CGI module but it is very limited. Does anybody know a good tutorial, or framework that I can use? There are several leads on Python’s Wiki but I’m clueless on where to start. It would be nice it could work easily with Apache httpd on Ubuntu Dapper.
Thanks in Advance
technorati tags: Python, Web, Programming
Turbogears? Django?
TurboGears http://www.turbogears.org
Django project http://www.djangoproject.com.
They are the equivalent to Ruby on Rails.
I’m currently in love with turbogears…
Have you heard of mod_python and Python Server Pages?