Installation
Before we start there are some packages needed.
-
Install the latest version of
python -
Install
pip- Pythons package manager -
Install the following packages by typing
pip install <package>
numpy- NumPy is the fundamental package for array computing with Python.pandas- Powerful data structures for data analysis, time series, and statisticsmatplotlib- Python plotting package