A potential client said they wanted a system to track sales and expenses. I remembered seeing an open-source point-of-sale system available through Softaculous (the guys who offer a tool to install various applications in hosting…
Exercise 3 of 50 Python Exercises for beginners.
Exercise 2 of 50 Python Exercises For Beginners
Sometimes people write code with if/else statements, but the else statements never execute, regardless of what they type in to be checked in their conditions. Let us consider two examples of such cases. I will…
The Story So Far In our first article in this series, we looked at what APIs are and what they are used for. In the second article, we wrote a simple Python program that fetches…
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.