[CentralOH] List available modules

Bryan Harris harrisbw at notes.udayton.edu
Wed Dec 8 20:21:42 CET 2010


Hi all,
A while ago I posted on here looking for a way to list the available
modules in a python interpreter.  It didn't seem at the time like
there was a good way to list the importable modules.  Well I just
found exactly what I was looking for and thougt I'd share:

>> help("modules")

Then you can do:

help("<module name>")

for information about that module.
Thanks,
Bryan


More information about the CentralOH mailing list