On May 25, 8:52 am, Peng Yu <pengyu...@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. -- http://mail.python.org/mailman/listinfo/python-list