It is tested on Python 2.7, 3.4, 3.5 and 3.6. It requires numpy and scipy.
Pearson r, is often easier to interpret than the covariance. It is computed using the np.corrcoef() function. Like np.cov(), it takes two arrays as arguments and returns a 2D array. Entries [0,0] and ...