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:
- Don’t write your own parsers.
- Report errors in machine-readable ways.
- Index data to make it more findable and usable.