Related Entries

India PyCon 2009
Quick wallpaper changer
Load testing with Grinder
Adding namespace to XML
Opera RSS to OPML

« Why XML?
» Running a Tidy XML-RPC service using Zope

Guide to Python Introspection

Very good introductary article about introspection in Python.

IBM dW: “Programmer Patrick O'Brien takes you on a detailed tour of Python’s introspection features using -- naturally -- Python’s introspection features.”

Introspection reveals useful information about your program’s objects. Python, a dynamic, object-oriented programming language, provides tremendous introspection support. This article showcases many of its capabilities, from the most basic forms of help to the more advanced forms of inquisition.

Pretty neat! This is why I like Python. Python programs don’t even need separate documentation most of the time. Code is the documentation.

//-->