CGI Web Applications with Python, Part Two (Voidspace)
[Posted June 14, 2006 by cook]
Michael Foord has published
part two in a series on Python CGI web applications.
"
The previous article, CGI Web Applications with Python,
Part One, explained the workings of the Common Gateway Interface (CGI), demonstrated how HTML forms are processed, and described a Python library you can use to make development of Python CGI web applications a snap.
This time, let's build on that expertise, look at some advanced CGI topics, such as CGI environment variables, HTML templating, and Unicode, and develop a complete CGI application."
(
Log in to post comments)