Python on the web, how to?

Chris Rebert clp2 at rebertia.com
Tue Aug 18 19:18:57 EDT 2009


On Tue, Aug 18, 2009 at 4:06 PM, Atul.<atulskulkarni at gmail.com> wrote:
> Hello All,
>
> Needless to say I am new to python and web programming. I am looking
> for a quick Python-101 course / tutorial for "using python to
> implement dynamic content on web" under some web server. Any pointers
> what should I be reading?

Google for "Python web framework" and take your pick.

Some popular choices:
- Django: http://www.djangoproject.com/
-- associated online book: http://djangobook.com/
- TurboGears: http://turbogears.org/

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list