3.1 Load packages

Lets first load the package matplotlib that will allow Python to produce plots.

Remember that, you need to import a module only once.

import matplotlib.pyplot as plt       # Import the pyplot module and access it as 'plt'