A Beginner Data Engineer Project: Extract Random Jokes via API with Python (Part 1)

programming computer screen

In this Part 1 project, I’ll walk through creating a python script to extract random jokes from the Official Random Joke API. Click here for Part 2. https://official-joke-api.appspot.com/random_joke Clicking on the link above will give you data on a random joke. Here’s what we’ll do in this project (feel free to follow along with your […]