Python Web Programming

2000-06-15 08:42 ☼ post

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 <a href=http://www.modpython.org/>mod_python?