On Mar 15, 2005, at 00:28, [EMAIL PROTECTED] wrote:


  I have read but don't under stand how to use pydoc. here what i read can't figer out how to use it.....

pydoc is more or less a help browser. Think of it as "man for Python". If you need documentation on a module, just type "pydoc [module name]" at a command prompt. For example, if you want to know how the os module works, just type "pydoc os".


Even better: if the modules you're writing use docstrings, then calling pydoc on your module will work automagically.

-- Max
maxnoel_fr at yahoo dot fr -- ICQ #85274019
"Look at you hacker... A pathetic creature of meat and bone, panting and sweating as you run through my corridors... How can you challenge a perfect, immortal machine?"


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to