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…
A lot of modern programming requires the use of an API of some sort. What is an API? API stands for Application Programming Interface. This is basically an interface (a portion of software that is…
USD to KES Exchange Rates. Years 2000 to 2023. Historical data retrieved via API from ExchangeratesAPI.io using Python. Plotted using Matplotlib.
One somewhat common question from beginner programmers goes something like: “I have learnt the basics of [programming language]. What should I do next?” To be honest, I find this question rather surprising. I would imagine…