How do I get a list of locally installed Python modules?

help('modules')

in a Python shell/prompt.

Leave a Comment