Getting Started With APIs – Part 2
In our previous article, we looked at what APIs are and what they are used for. In this article, we will create a simple Python program that fetches some data from an API and displays it for us. We will fetch some currency exchange rate data from an API. I chose exchange rate data because… Read More »