Unit 7: Processing Data from the Internet
Learning Objectives
In this unit, we'll learn how to use Python to process data from the Internet, focusing on data returned by web services in JSON format.
NOTE: for extra optional bonus material, see also Unit 7b
Discussions and Notes
Issuing HTTP Requests:
Processing JSON-formatted data:
Environment Variables, revisited:
The
os
module, focusing on environment variables
Activities and Exercises
Last updated