ANN: Python Introspection article

Michele Simionato mis6 at pitt.edu
Fri Dec 13 14:52:36 EST 2002


"Patrick K. O'Brien" <pobrien at orbtech.com> wrote in message news:<uvjsm4o074da53 at corp.supernews.com>...
> IBM just published another article of mine:
> 
> LINUX ZONE | Python introspection
> 
> ::: Guide to Python introspection :::
> Some languages keep information to themselves, but if you need to know 
> something from a Python object, just ask. From an explanation of modules to 
> a detailed look at dir(), programmer Patrick O'Brien takes you on an 
> interactive tour of Python's introspection features -- using, of course, 
> Python's introspection features.
> 
> http://www.ibm.com/developerworks/library/l-pyint.html

Nice, but I would have espected a discussion of the inspect module.
Maybe in a forthcoming paper ? :-)



More information about the Python-list mailing list