[Tutor] useful stuff for newbies

Karthik Gurumurthy karthikg@aztec.soft.net
Tue, 8 Jan 2002 15:04:58 +0530


hi newbies,

in python 2.2 please take note of the help function.
i know pydoc is there. the builtin help() is real cool!
i guess it must be making use of pydoc internally..not sure though.

>>help(obref.methodName)
==> prints the help
>>help(module.methodName)
==> prints the help

karthik.