Python Links
The Static Method Thing (Python is not Java!)
http://tomayko.com/writings/the-static-method-thing
AmpChat Code (Amp Example)
https://pangalactic.us/repo/ampchat
An Enhanced Interactive Python shell.
http://ipython.scipy.org/moin/
requires PyReadline:
http://ipython.scipy.org/moin/PyReadline/Intro
Wingware’s Python IDE
http://www.wingware.com/
Misc.
Oracle
http://wiki.oracle.com/page/python?t=anon
ORM Mapper
http://www.sqlalchemy.org/
Python ByteCode
http://thermalnoise.wordpress.com/2007/12/30/exploring-python-bytecode/
Disassembler
http://www.python.org/doc/2.6.1/library/dis.html