🤖 How to make API calls using requests library in Python

Опубликовано: 07 Октябрь 2024
на канале: KORNTECH
1,913
34

In this video I'm going to show you how we can make basic API calls using requests module in Python.
Requests make sending HTTP /1.1 requests super so if your goal is to send such calls that should be your choice!

✅ Github code snippets:
 https://github.com/korntech/youtube_c...
✅ API URL
https://restcountries.eu/#api-endpoin...
✅ Requests Documentation
https://requests.readthedocs.io/en/ma...
https://github.com/psf/requests

📚Book used for video preparation:
👉 Python Crash Course, 2nd Edition by Eric Matthes

 #Python #Programming #Automation