monkinetic weblog | redmonk.net

Since 1999, IX Ed.
U2 »

Python links

Jim posted a useful link to a new list of all the magic variables that are used in python modules to make them play nice with scripts, other modules, and documentation systems. Included in the page is a link to something I’d never used before, the “amazing pydoc module” which looks super useful. Much nicer than typing help(foo) in the python intepreter IMO.

Comments are closed.