[Tutor] Internet programming with python

Kent Johnson kent37 at tds.net
Wed Jan 18 12:28:10 CET 2006


Johan Geldenhuys wrote:
> Wesley,
> 
> I am doing some socket programming in my work and I need to learn about 
> writing webpages and CGI stuff in Pyhon. I have Apache on my PC and 
> could start and write some pages to test on it. It is still a bit vage  
> to me how to do that  and  thought that a book like hat could be beneficial.
> 
> I read about your tutorial in Feb. but can't make it, unless you come to 
> South Africa ;-) .
> 
> I will check out "Foundations of Python Network Programming" by John 
> Goerzen.
> 
> Any tutorials on the net I could use?

Socket Programming HOW TO: http://www.amk.ca/python/howto/sockets/
The docs for the CGI module are fairly extensive:
http://docs.python.org/lib/module-cgi.html

Voidspace has a number of useful CGI-related modules and recipes:
http://www.voidspace.org.uk/python/cgi.shtml
http://www.voidspace.org.uk/python/recipebook.shtml

More links here: http://wiki.python.org/moin/CgiScripts

Kent



More information about the Tutor mailing list