Hands on Documentation for Python methods and Library

Richard Jones richardjones at optushome.com.au
Thu Oct 5 05:26:19 EDT 2006


Wijaya Edward wrote:
> One can do the following with Perl
>  
> $ perldoc -f chomp
> $ perldoc -f function_name

$ pydoc dir
$ pydoc function_name

or

$ pydoc math
$ pydoc module_name


    Richard







More information about the Python-list mailing list