Numpy Numpy (Short for Numerical Python) provides an efficient interface to Store and operate on arrays of number. Its somewhat looks like python’s builtin list type but much more efficient as the arrays grows in size. import numpy as np np.__version__ ## '1.8.0rc1' How numpy improves the performances as compare to base python operartions on arrays of data? Python is dynamic typing language unlike C and JAVA which are statically type language that requires variable to be declare explicitly.

Continue reading

Author's picture

Vidyasagar Bhargava

Data Scientist. Machine Learning Engineer.

Data Scientist

London UK