Introducing NumPy in Python for Data Science
Numpy is python library that provides computation on large array elements and matrices. Numpy provides fast and efficient processing on n-dimensional arrays. Array elements in numpy are stored in continuous memory location so that the processing of element is fast and efficeint, unlike in list where the elements are stored in random memory location.