Creating a QR Code Generator and Reader
Creating a QR Code Generator and Reader Welcome back to another tutorial on Python. Today we will be creating a QR Code generator and also read it wi…
Creating a QR Code Generator and Reader Welcome back to another tutorial on Python. Today we will be creating a QR Code generator and also read it wi…
According to Wikipedia - In mathematics, the Fibonacci numbers form a sequence, called the Fibonacci sequence, such that each number is t…
What are Mersenne Numbers? Mersenne Numbers are numbers represented in the form of 2^n - 1. Like : 2^1-1 , 2^2-1 , 2^3-1 , and …
In this tutorial, i would be showing you how to create a text-based rock paper scissor game using Python3. Everyone reading this post mus…
Selection Sort is a simple sorting algorithm that finds the smallest element in the array and swaps it with the element in the first p…
Bubble Sort is an algorithm which is used to sort a list of elements, for example elements in an array. The algorithm compares two adjac…
What is a Guessing Game? In a number guessing game, you have to guess a randomly chosen number by a computer. It must be felt simple…
In this tutorial, a dice rolling simulator, as in applications installed in smartphones, will be made using Python3 for anybody to try.…
What is a Phone Number Validator? A phone number validator simply checks the number for the given criteria and returns true if the criter…
How to calculate HCF using Python In this Tutorial, we will find out how to calculate the HCF using Python3. But, First we need to know t…
How to calculate LCM using Python In this Tutorial, we will find out how to calculate the LCM using Python. But, First we need to know t…
What is a Password Validator? The first question that arises in your mind is what is a password validator. A Password Validator is a pro…
Python vs Ruby There are many differences and similarities between Python and Ruby programming language. Ruby is a dynamic, open source, object…
Why Use Python? Python's expansive library of open source data analysis tools, web frameworks , and testing instruments make its ecosystem one…
Python is an interpreted, high-level and general-purpose programming language . It was created by Guido van Rossum and first released in 1991, Pyt…
Hi, I am Mayank. I developed this website with ❤ for you all. Contact me for suggestions and better problems.