Python Web Programming
The folks at LinuxDev.net have an introductory article on Developing Python-Based CGI-Scripts. Looks like it’s actually pretty simple (assuming you’ve already got Python installed), just a matter of installing PyApache and changing some configuration files.
I wonder how the performance of PyApache compares to mod_python?

