Guide to Python Introspection(ibm.com)
ibm.com
Guide to Python Introspection
http://www.ibm.com/developerworks/library/l-pyint.html
3 comments
Missing a really great utility for this: https://github.com/inky/see
This article is a bit old (from 2002) and uses Python 2.2 (We're at 2.7 nowadays). I also miss function parameter and stack frame introspection.