Hands on Documentation for Python methods and Library

Dan Bishop danb_83 at yahoo.com
Thu Oct 5 01:03:43 EDT 2006


On Oct 4, 11:54 pm, Wijaya Edward <ewij... at i2r.a-star.edu.sg> wrote:
> Hi,
>
> One can do the following with Perl
>
> $ perldoc -f chomp
> $ perldoc -f function_name
>
> or
>
> $ perldoc List::MoreUtils
> $ perldoc Some::Module
>
> Can we do the same thing in Python?

You can use the help() function at the Python interactive prompt.




More information about the Python-list mailing list