Help System For Python Applications
bruno at modulix
onurb at xiludom.gro
Wed May 17 08:17:05 EDT 2006
BartlebyScrivener wrote:
> At the commandline, run:
>
> pydoc -g
>
> In the interpreter:
>
> help("modulename")
>
> or help ()
>
> for interactive.
This is developper doc. I think the OP's talking about end-user doc.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list