How to print out the version number of a module
1 2 | import matplotlib
print matplotlib.__version__
|
This works for just about any 'professional' module
Tags: modules
How to print out the version number of a module
1 2 | import matplotlib
print matplotlib.__version__
|
This works for just about any 'professional' module