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?
There are many way to skin a cat.
The most simple way is to use the pydoc function directly from the shell with: pydoc modules
pydoc
pydoc modules
But for more information use the tool called pip-date that also tell you the installation dates. pip install pip-date
pip install pip-date