[Tutor] Python referrence
Tim Johnson
tim at johnsons-web.com
Fri Feb 9 12:42:10 CET 2007
On Friday 09 February 2007 04:15 pm, johnf wrote:
> Is there a Python tool/document that is similar? Just a simple way to help
> understand.
I make use of /usr/local/lib/python2.5/pydoc.py
(your path may be different, depending on OS and version)
On linux, I invoke it as a "server" as
pydoc -p 1234 &
(where 1234 is the non-conflicting port number of your choice)
And then point my browser to http://localhost:1234 (subsititute your port
number)
This will pick up your own docstrings, libraries and classes as well as the
installed python system.
--
Tim Johnson <tim at johnsons-web.com>
Palmer, Alaska, USA
More information about the Tutor
mailing list