Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 554 Bytes

File metadata and controls

9 lines (7 loc) · 554 Bytes

Python ExCo

A collection of materials used in "Python for Getting Things Done," a spring 2018 ExCo course

The course structure is as follows:

  1. Introduction to Python (Week 1)
  2. Python for Data Science (Weeks 2 and 3)
  3. Python for web development (Weeks 4 and 5)

In the first segment, students will be introduced to Python through a series of exercises. In the second, the class will work together to generate a linear regression model on a popular dataset. In the final section, the class will create a Django website to interact with the model.