Week 10 - APIs
API, requests, JSON
Week 10 - APIs
This session will introduce the requests library, which is a powerful tool for making API requests in Python. We’ll learn how to read API documentation, make API request calls and parse JSON responses.
Goals
- Understand how to read API documentation
- Make API request calls using the
requestslibrary- Parse JSON responses
Slides
Labs
Resources
This post is licensed under CC BY 4.0 by the author.