Working With Data on the Web

Instructor’s Guide

Getting data from the web is not the hardest part of this lesson (in part because libraries like Requests make it so simple). Instead, the real lessons are:

  1. Don’t write your own parsers.
  2. Report errors in machine-readable ways.
  3. Index data to make it more findable and usable.