Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.78 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.78 KB

Week 7 - Python Scripts

Outline

  • Go over some homework 2 questions
  • AWS Educate by Felix. Slide Deck
  • Demo pgAdmin 4 dashboard
  • Wrap up questions as functions / Execute use cases with the technologies we've been exposed to so far.
    • What's the closest bike station to my current position?
      • Imagine that your phone gives the lat/lng. We'll add a geocoding API soon.
    • How many Covid cases in my neighborhood?

Homework

Lecture

  1. Review Homework 2
  2. Felix gives little presentation on AWS
  3. Putting the pieces together with Python?
  • Getting data from the full OSM database via BigQuery

Follow Along

  1. conda deactivate to make sure you don't have an env activated
  2. conda activate musa509week6 -- to activate the environment from last week
  3. jupyter lab

Lab

  1. Writing and running Python scripts
  2. View AWS RDS PostgreSQL/PostGIS instance via pgAdmin4