Categories
Python Answers

How to get a list of locally installed Python modules?

Spread the love

Sometimes, we want to get a list of locally installed Python modules.

In this article, we’ll look at how to get a list of locally installed Python modules.

How to get a list of locally installed Python modules?

To get a list of locally installed Python modules, we can use the help function.

For instance, we write

help('modules')

to call help with 'modules' to get a list of locally installed Python modules.

Conclusion

To get a list of locally installed Python modules, we can use the help function.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *