"Troy" <[EMAIL PROTECTED]> wrote
> Hello.  I'm just starting to learn Python, and want to do some 
> python
> cgi scripting.  Can someone recommend a good web site or online
> reference (beginner level)?

The standard documentation for cgi is pretty good.

Also check out the Web Programming Topic Guide on CGIScripts
- it has links to several other tutorials.

Finally, if you are serioud abouyt web programming there are quite
a few Python web frameworks that take a lot of the pain away.
Django and TurboGears (mainly the CherryPy stuff IMHO) seem
to be the current favourites, and Zope if your needs are ambitious.
But basic CGI is fine for simple apps with just a few pages.


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to