#100DaysOfWeb in Python Transcripts
Chapter: Days 17-20: Calling APIs in Flask
Lecture: Introduction: Calling APIs in Flask
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
G'day, and welcome back to 100 Days of Web in Python. This section we are going to talk about calling APIs in Flask.
0:10
That is, we're going to do simple API calls off two random APIs that we'll discuss later and we're going to present that data in Flask.
0:20
So it's all going to be wrapped within a Flask app. It's quite simple but there are quite a few concepts that we need to cover
0:29
so these will be pretty dense days. So get ready, click Next, and let's dive straight in.