Posts by Pratham Jain
Author Biographical Info: Not available
In this tutorial, we will find the number of digits in the nth Fibonacci numbers in Python. First, we learn about Fibonacci numbers and then move on to the main program. What are F.... Read More
We all must have played the Mine Sweeper game for once. Let’s see the Mine Sweeper game implementation in Python. First of all, we need to understand how this game works and .... Read More
In this tutorial, you will learn about the Wand text() function with examples. Earlier we have discussed wand function() function in python. Suppose, we now want to insert text in .... Read More
There are some situations when we need to make a decision and decide what to do next. We deal with these types of situations with the decision making statements in Python. Decision.... Read More
Suppose, you have a folder with hundreds of files that are not managed properly. Hence, creating a mess and now you want to arrange them in different folders. So, to store files wi.... Read More
The Wand function() function in Python has a list of function_types to choose from and edit your images. You can apply these to personalize your images. In technical terms, the pix.... Read More