#100DaysOfCode in Python Transcripts
Chapter: Days 43-45: Consuming HTTP services
Lecture: Your turn: Day 1

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Now you've seen me build an application using requests to consume a JSON API. It's your turn to consume a different API. So drop over here in GitHub,
0:13 and we're going to go through the various things and the read me here for what you do for this particular day.
0:20 We're going to start out by basically just making the skeleton, create a virtual environment, create a program .py and an api.py,
0:28 and just make sure that you can import one from the other, and we're going to install Postman. So make sure you install the Postman application.
0:36 Most of what today was was just watching the corresponding videos. So get everything setup and get ready for the next day.


Talk Python's Mastodon Michael Kennedy's Mastodon