[SciPy-user] python/scipy help system

Brian Boonstra boonstb at cmg.FCNBD.COM
Wed Jan 29 10:09:07 EST 2003


Agustin Lobo wrote:
>
> Is there any other help system?
>


I'm not sure it is a whole lot better, but:

-------------------------------
from pydoc import help
import scipy

help(scipy)
-------------------------------



More information about the SciPy-User mailing list