How to make API calls using Python’s urllib.request and requests modules
Introduction
API stands for Application Programming Interface. It describes how two or more software communicate with each other by way of requests and responses. Many large applications are integrated with at least one API. By following a given API’...
nzubeifechukwu.hashnode.dev8 min read