If you want a quick way to see what Python modules are available, you can run the following from within Python.exe. You can do this from both the client and the Python service.
help('modules')
This function will go away and track down all available modules that you can import.
If you want to more information, please see the following artical: Guide to Finding Python Installed Packages, Versions, and Library Paths