learning python...

Remco Gerlich scarblac at pino.selwerd.nl
Thu Mar 22 11:01:16 EST 2001


Lloyd Sommerer <lsommerer at sewardweb.com> wrote in comp.lang.python:
> One final bit of advice:  When you're wondering how to use a specific
> module, the best documentation is very often within the module itself.  I
> didn't actually come across that advice anywhere, and it would have helped
> me to have known it sooner.

And all of that info is now available on http://www.pydoc.org under "Module
Documentation by PyDoc". All the docstrings extracted from the code. Pretty
cool.

-- 
Remco Gerlich



More information about the Python-list mailing list