PyWX is a plug-in for the open source Web server AOLserver that embeds a Python interpreter within the AOLserver process. This allows AOLserver to execute Python scripts in response to HTTP requests in a variety of ways. http://pywx.idyll.org/
The modules presented on this page are those that the author felt were most generally applicable to python users, out of those that he contributed for the Bruker Nonius KappaCCD. http://starship.python.net/crew/hooft/
Many useful python modules can be found on this page. Examples include the author's pythonstartup file for interactive Python sessions, and deep reload to reload a whole project instead of each file individually. http://www.idyll.org/~n8gray/code/
A platform independent Python module to input, manipulate and output 'simple' database storage file formats such as CSV (Comma Seperated Value) and TSV (Tab Separated Value). Site also includes examples for using the module. http://tratt.net/laurie/python/asv/
Contains several general and one specialized python modules that were generated for the purpose of being useful to other python users. The modules here mainly protain to statistical analysis and input/output handling. http://www.nmr.mgh.harvard.edu/Neural_Systems_Group/gary/python.html