View on GitHub

Introduction to Python

fredhutch.io's four-class intro to Python for biomedical researchers

Instructors

import urllib.request
urllib.request.urlretrieve("https://raw.githubusercontent.com/fredhutchio/python_intro/master/extra/birth_reduced.csv", "data/birth_reduced.csv")
urllib.request.urlretrieve("https://raw.githubusercontent.com/fredhutchio/python_intro/master/extra/smoke_complete.csv", "data/smoke_complete.csv")

Breaks

It’s useful to administer a break with a challenge exercise. The following indicates a place that is appropriate in each class to break, though this may vary depending on how many technical difficulties and questions participants have.