Learn Python Requests
Everything you need to know about sending requests and handling responses in Python.
In this course you will learn about how requests on the web work and how to connect to APIs using the Python library called Requests.
Why requests? Third-party APIs are a great way to add cool functionality to your app, and if you know how to access and use APIs, then you can take advantage of them. This course will help you get to the point where you're comfortable with working with APIs.
Check out list of videos that add up to over three hours below.
I'm always available to answer questions. Each video has its own comment section that I monitor. If you want proof of my willingness to respond, check any of my YouTube videos. I respond to every comment!
Join the course today by clicking the "Enroll in Course" button. I'll see you inside.
Your Instructor
Anthony is the founder of Pretty Printed. He has been programming since 2004, but many of those years were spent with a lack of understanding. To help others avoid the issues he had while learning to program, he created Pretty Printed so programmers of all skill levels can understand programming concepts easier and faster.
Course Curriculum
-
StartSetup (0:51)
-
StartDocumentation And Tools (1:55)
-
PreviewSend A Simple Request (3:22)
-
StartReading The Response (5:32)
-
StartPassing URL Parameters (4:26)
-
StartCustom Headers (3:08)
-
StartChanging The Request Method (2:55)
-
PreviewSending A Request With JSON (3:59)
-
StartSending Request With Form Data (3:57)
-
StartSending Files (6:21)
-
StartSaving An Image (3:56)
-
StartExceptions (6:42)
-
StartTimeout (4:50)
-
StartHTTP Basic Authentication (4:27)