To view the available python modules, login to your account via SSH. Then run the below command:
python
You will get the following:
username@server [~]# python Python 2.4.3 (#1, Sep 3 2009, 15:37:37) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
Then to view the available modules type the below code:
help('modules')
This will provide you the list of all currently available modules.
Also Read: