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:
- Processing JSON-formatted data:
- Environment Variables, revisited:
- The
os
module, focusing on environment variables - The
dotenv
package
- The
- "Web Requests" Exercise (Local | Colab)
- API Challenges
- "Robo Advisor" Project