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…
Hi, I am Mayank. I developed this website with ❤ for you all. Contact me for suggestions and better problems.