> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dorje tarap > Sent: Friday, September 19, 2008 9:38 AM > To: Tutor@python.org > Subject: [Tutor] Web programming advice > > Hi All, > > I would really like to learn about using python for creating a website > from scratch to allow me to learn about web programming and python. > > I have zero experience of web programming, and some limited exposure > to python. Can someone recommend a book or resource that will > introduce me to web programming. > > Thanks
I suggest you learn to crawl before you learn to walk and run. Do a simple form processing exercise using the cgi module to get a better understanding of how web programming works. Experiment with a templating language. Then you can try some of the web frameworks like Turbogears, Django, Web.py, ... Of course, ask questions here if you need help. http://www.devshed.com/c/a/Python/Writing-CGI-Programs-in-Python/ http://docs.python.org/lib/module-cgi.html http://wiki.python.org/moin/WebProgramming Mike _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor