Post

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

  1. Understand how to read API documentation
  2. Make API request calls using the requests library
  3. Parse JSON responses

Slides

  • Extracting Data using API:
  • Alpha Vantage API Tutorials:

Labs

Resources

This post is licensed under CC BY 4.0 by the author.

Trending Tags