This document outlines exercises for learning REST APIs with Python in 90 minutes. It introduces REST APIs and JSON format and how to make GET and POST requests using curl, requests module, and Python scripts. Exercises include making GET requests to retrieve headers and JSON data, handling HTTPS and basic authentication, and posting data to create a GitHub gist. The homework is to implement full CRUD operations for gists API, use OAuth for GitHub authentication, and get Jenkins job details in Python scripts.