Python-tutorial

Scripting in python - follow on from introductory level tutorials

Modified versions of SWC Lessons

To introduce the concept of scripting in Python, this tutorial modifies the lessons provided with the Inflammation data Python tutorial to complement the Gapminder Python tutorial.

  1. Gapminder Python tutorial
  2. Inflammation Python tutorial

Setup

Setup is the same as the previous lessons but in brief:

  1. You will need Anaconda from which we will use Spyder
  2. You will need to download the gapminder data

Lessons

The lessons can be viewed here:

  1. Scripting with Spyder … 60 mins
  2. Handling Errors … 60 mins