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
Computer Networks, the Internet, and HTTP
Web Services and APIs
Issuing HTTP Requests:
The requests Package
requests
Processing JSON-formatted data:
The json Module
json
Environment Variables, revisited:
The os module, focusing on environment variables
os
The dotenv package
dotenv
"Web Requests" Exercise (Local | Colabarrow-up-right)
"API Client" Exercise
"Robo Advisor" Project
Last updated 4 years ago