[Tutor] Python referrence
Christopher Arndt
chris.arndt at web.de
Fri Feb 9 19:56:35 CET 2007
Rikard Bosnjakovic schrieb:
> On 2/9/07, johnf <jfabiani at yolo.com> wrote:
>
>> Is there a Python tool/document that is similar? Just a simple way to help
>> understand.
>
> Yes, use the __doc__ property.
Which is made a lot easier by using the 'help' function in the interactive
interpreter:
>>> import os.path
>>> help(os.path)
---> os.path module description is shown
Chris
P.S. I also use the Python docs sidebar a lot:
http://projects.edgewall.com/python-sidebar/
More information about the Tutor
mailing list