python command line manual
Asun Friere
afriere at yahoo.co.uk
Mon May 24 21:48:13 EDT 2010
On May 25, 8:52 am, Peng Yu <pengyu... at gmail.com> wrote:
> I mainly check online python manual. But I feel that it would be nice
> if there is command line manual available (just like perl command line
> manual). Could you please let me know if such command line manual
> available?
>
> --
> Regards,
> Peng
It's not really a manual, but if you want the documentation written
into a module try 'pydoc <module>'. This is gives you the same output
as you get running help(<module>) in the python shell.
More information about the Python-list
mailing list