There are many libraries for visualization with Python. We will focus on Metplotlib and Pandas' visualizations (built on top of metplotlib). Other great libraries are seaborn, cufflinks, plotly, bokeh, vincent, etc...
The majority of all our plots will be static (non-interactive) but we will show you a quick trick with jupyter that will allow you to interact with the plots we create.
This section will cover the following topics: