I would like to get a list of Python modules, which are in my Python installation (UNIX server).
How can you get a list of Python modules installed in your computer?
If we need to list the installed packages in the Python shell, we can use the help command as follows
help
>>> help('modules package')