Welcome, guest | Sign In | My Account | Store | Cart

How to print out the version number of a module

Python, 2 lines
1
2
import matplotlib
print matplotlib.__version__

This works for just about any 'professional' module