To view the Python modules on the server you'll need to SSH in to the package (see
this article for setting up SSH access) and then access the Python terminal using the command:
python
Which will then show details of the version you are accesing:
[code]Python 2.6.6 (r266:84292, Jun 20 2019, 14:14:55)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-23)] on linux2
Type "help", "copyright", "credits" or "license" for more information[/code]
You can then run the following command which will print out a list of the modules to the page:
print( help('modules'))