[CentralOH] List available modules

Morgan Goose morgan.goose at gmail.com
Wed Dec 8 21:40:45 CET 2010


pip freeze or yolk -l are also things you can use.

On Wed, Dec 08, 2010 at 02:21:42PM -0500, Bryan Harris wrote:
> 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
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> http://mail.python.org/mailman/listinfo/centraloh
---end quoted text---


More information about the CentralOH mailing list