[Tutor] Python referrence

johnf jfabiani at yolo.com
Fri Feb 9 20:09:34 CET 2007


On Friday 09 February 2007 10:56, Christopher Arndt wrote:
> 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/

that sidebar link is cool.  It is more of what I'm looking for.

-- 
John Fabiani


More information about the Tutor mailing list