Skip to main content Link Search Menu Expand Document (external link)

Installation

Before we start there are some packages needed.

  1. Install the latest version of python

  2. Install pip - Pythons package manager

  3. 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 statistics
  • matplotlib - Python plotting package