CGI Web Applications with Python, Part Two (Voidspace)
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."
