In this post we’ll cover how to send an API request to a web API in Python. Web APIs are all the rage nowadays. The advantages of using a web API over a library include not having to install and configure a library, having much of the code abstracted out for you, and, in theContinue reading “How to Send a Web API Request in Python”