Unit 7: Processing Data from the Internet
Last updated
Was this helpful?
Last updated
Was this helpful?
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
Issuing HTTP Requests:
Processing JSON-formatted data:
, revisited:
, focusing on environment variables
"Web Requests" Exercise ( | )