Category: allcategorites
Sudoku solver Python |Backtracking|Recursion
Definition Sudoku is a simple number game that involves a grid of nine-by-nine boxes. Numbers from one to nine fill the boxes. No number can…
Guess the Number Python
Most beginner programmers as well as seasoned developers want to put their skills to the test by trying out various projects to enhance their skills….
Jarvis and Google Assistant || Voice Assistant Using Python
Today we are going to make a Voice Assistant Using Python that can behave as Jarvis assistant or Google assistant. This assistant can talk to you…
Get Any Country Date And Time Using Python
Here, in this post, we will see how can we Get Any Country Date And Time Using Python which will be something like a World…
Create Language Translator Using Python
Today, we will see how we can Create Language Translator Using Python. First, let’s have a look at the video to understand what we are…
Python List Methods And Functions
In this post, we will learn Python List Methods And Functions. First, let’s see all the Python List Methods And Functions, in brief, using the…
Get Jokes with Python
In this post, we will see how can we Get Jokes with Python. We will be using pyjokes module to get jokes. First, let’s see…
How to download and install anaconda on windows/mac/Linux?
In this tutorial, you will learn “How to download and install anaconda on windows/mac/Linux?“. The best environment to learn and execute your code in python…
Docker for python
What is Docker? Docker for python– Docker has become one of the demanded technologies in this fast-growing tech era. In simple words, docker can be…
Quantum Computing using Python
Quantum Computing using Python