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