Personal tools
You are here: Home Documentation Python

Python

Information on python resources

Page Multiple exceptions
A quick note about how to catch multiple exceptions in Python
Link Python Testing Tools
A great (Trac-based) wiki featuring a rundown on a huge number of tools to help developers test their python code.
Link setuptools
The source for Python setuptools package management system. setuptools is a collection of enhancements to the Python distutils (for Python 2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python 2.4) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
Link Python Style Guide
Guido van Rossum's Python Style Guide, which is also ParIT's style. The easiest way to fall into this style is to just use Emacs's Python mode.
Page MySQL Support for Python and Zope
A document describing how to install MySQL support for Python and Zope
Page Creating data signatures
You can use python's pickle and md5 modules to create form data signatures which can indicate whether a user has tampered with data from one request to the next. This may be useful in multi-step forms.
Document Actions