We are going to dive right into programming in Python with a focus on getting data and writing it out to disk. From the Pre-Course Activity, you should be comfortable loading CSV data and grabbing OpenStreetMap data from the osmnx
package. Today we are going to look at getting data from APIs, which are becoming much more commonly used to acquire data. The exercise will be using some skills that you should be familiar with now: creating lists and looping through them, accessing dictionary key/value pairs, and writing basic functions.
Morning
- Introductions, Course Goals and Structure
- Review Setup & Pre-Course Lessons
- Review Pre-Course Activity
- Day 1 Instruction
- Start Day 1 Exercise
Afternoon
- Instruction - Markdown
- Day 1 Exercise (cont.) w/ Review between each
- Work on Project, after completion of in-class Exercise