Guide to Python introspection (IBM developerWorks)
IBM's developerWorks has
an article by Patrick K. O'Brien on Python introspection.
"
This article introduces the introspection capabilities of the Python programming language. Python's support for introspection runs deep and wide throughout the language. In fact, it would be hard to imagine Python without its introspection features. By the end of this article you should be very comfortable poking inside the hearts and souls of your own Python objects."
