The Python Global Module Index (http://docs.python.org/modindex.html) lists out every module included in Python 2.6.
Sourceforge has all sorts of good Python modules - one that came in handy for me recently was PyExcelerator, a module for writing straight to MS Excel workbooks. The Python Package Index, (http://pypi.python.org/) is also a good source of Python modules.
