Topic: https://russell.ballestrini.net/list-all-installed-package-names-in-python/
hide preview

What's next? verify your email address for reply notifications!

unverified 7y, 292d ago

Why not use help('modules')

remark link
hide preview

What's next? verify your email address for reply notifications!

russell 7y, 291d ago [edited]

Yes, help('modules') works great for interactive mode.

The examples in the post show how to use the output programmatically. Programatic access may find uses in plugin creation or dynamic importing.

For example:

https://botoform.readthedocs.io/en/latest/reference/plugins/

hide preview

What's next? verify your email address for reply notifications!