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…
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…
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…