Prerequisites: Datastores, and Processing CSV Data
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.
- Computer Networks, the Internet, and HTTP
- Web Services and APIs
- Information Security and Privacy
- Ethics, Malware, and Hacking
- Environment Variables
- Issuing HTTP Requests:
- Processing JSON-formatted data:
- Processing HTML-formatted data:
- Automated Web Browsing (a.k.a. "scraping"):
- Reading API Credentials from Environment Variables:
- The
dotenv
Package - The
os
Module, focusing on environment variable capabilities
- The