NUMPY, SCIPY, PANDAS & MATPLOTLIB



Numpy


 is the core library for scientific computing in Python. It provides a high-performance multidimensional array object and tools for working with these arrays. 

 SciPy


 builds on Numpy, and provides a large number of functions that operate on NumPy arrays and are useful for different types of scientific and engineering applications.

pandas

 is an open-source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.

Matplotlib


 is a plotting library. 

The most important function in matplotlib is plot, which allows you to plot 2D data. 



Comments