How can I check which version of NumPy I\'m using?
(FYI this question has been edited because both the question and answer are not platform specific.)
import numpy print numpy.__version__