show/hide this revision's text 2 Cleaned up post to make it easier to read, and added in PyPi

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.

show/hide this revision's text 1

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.