Data analysis in Python


Preface:

This is an introduction to data analysis in Python, including data manipulation and visualisation, and an introduction to common Python modules in scientific computation.

We will be walking through the lesson content together using a Jupyter notebook. We highly recommend installing Jupyter lab through Anaconda. Detailed download instructions of all required software can be found HERE

Lesson Overview:

The lesson covers:

The official Python documentation site goes into much more detail regarding all topics covered in this code-along. Python is supported by a very, very extensive breadth of modules, a list can be found here Please check out StackOverflow for any question on it.