Skip to content

Latest commit

 

History

History

Day1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Day 1

Overview

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.

Schedule

Morning

  1. Introductions, Course Goals and Structure
  2. Review Setup & Pre-Course Lessons
  3. Review Pre-Course Activity
  4. Day 1 Instruction
  5. Start Day 1 Exercise

Afternoon

  1. Instruction - Markdown
  2. Day 1 Exercise (cont.) w/ Review between each
  3. Work on Project, after completion of in-class Exercise