I have recently started learning Python and I have 2 questions relating to modules.
If you are using conda or pip to install modules you can use
conda
pip
pip list
or
conda list
to display all the modules. This will display all the modules in the terminal itself and is much faster than
>>> help('modules')