Send OTP Using Python

Send OTP Using Python

In this tutorial are going to make a real-time GUI to Send OTP Using Python. For this project, we are going to use four modules…

Continue Reading
Desktop Battery Notifier using Python

Desktop Battery Notifier using Python

As a laptop user, you must take caution about your battery percentage as the battery is also the most important component, that’s why today we…

Continue Reading
Login System in Tkinter Python

Login System in Tkinter Python

In this tutorial, we are going to make a Login System in Tkinter Python. For this project, you need to have the Tkinter module. This…

Continue Reading
Complete Game In PyGame and Python

Complete Game In PyGame and Python

Now, it’s time to create our fully featured Complete Game In PyGame and Python with all the knowledge that we have gained from this series…

Continue Reading
Python Complete Setup for Pygame

Python Complete Setup for Pygame

Now, it’s time to install the tools that we will use to write programs. So, we will be learning Python Complete Setup for Pygame in…

Continue Reading
Gradient Descent: Another Approach to Linear Regression

Gradient Descent: Another Approach to Linear Regression

In the last tutorial, we learned about our first ML algorithm called Linear Regression. We did it using an approach called Ordinary Least Squares, but…

Continue Reading
Linear Regression Machine Learning

Linear Regression: Your 1st Step in Machine Learning

Hi guys! So until now, we’ve learned about how we can use libraries to play with data. We did data analysis on a real dataset…

Continue Reading
Set up Python Environment

Set up Python Environment

Now, it’s time to install the tools that we will use to write programs. So, we will be learning to Set up Python Environment in…

Continue Reading
3D animation in Python vpython (1)

Snake Game with Python Turtle Graphics

In this tutorial, we will learn how to build the Snake Game with Python Turtle Graphics Module. By the end of this tutorial, you will…

Continue Reading
Pendulum Library Python|Current time stamps

Pendulum Library Python|Current time stamps

You’ve heard about the ‘time’ library in Python which allows us to manage with time and dates, right? Python has a vast set of libraries…

Continue Reading
Overview of our First Game Project

Overview of our First Game Project

So, congratulations, after learning all the basic and essential concepts of our pygame series, you are finally here to get the Overview of our First…

Continue Reading
Star Wars Game with Python Turtle Star Wars Game with Python Turtle In this turtle tutorial, we will be learning how to build a simple star wars game with python turtle. For this game, we will use the turtle, random, and math module. By the end of this tutorial, you will clear all your concepts regarding python turtle from basics to advanced topics. Many advanced turtle "methods" are used for this game too. If you want to learn the Turtle module in Python from Scratch, click here.

Star Wars Game with Python Turtle

In this turtle tutorial, we will be learning how to build a simple star wars game with python turtle. For this game, we will use…

Continue Reading
Create Analog Clock in Python using Turtle

Analog Clock in Python using Turtle

In this tutorial, we will learn how to Create Analog Clock in Python using Turtle module. Analog clocks are also called wall clock. Before we…

Continue Reading
Turtle Race Python Project

Turtle Race Python Project: Complete Guide

In this tutorial, we will be learning how to create a game where three turtles will randomly race each other. We will be using the…

Continue Reading
Car Race Game in PyGame Python: From Scratch

Car Race Game in PyGame Python: From Scratch

Check the video below to know about our Car Race Game in PyGame and Python we are going to make. If you don’t know Pygame,…

Continue Reading
Seaborn: Create Elegant Plots

Seaborn: Create Elegant Plots

In the previous tutorial, we learned why data visualization is important and how we can create plots using matplotlib. In this tutorial, we’ll learn about…

Continue Reading
Draw Among Us Character with Python Turtle

Draw Among Us Character with Python Turtle

In this tutorial, we will learn how we can Draw Among Us Character with Python Turtle. By the end of the tutorial, you will learn…

Continue Reading
Add Background Music-and text to PyGame

Add Background Music and text to PyGame

So, far we have learned how to add images and mechanics to our game. In this article, we will be learning to add Background Music…

Continue Reading
Matplotlib Python: A Beginner's Walkthrough

Matplotlib Python: A Beginner’s Walkthrough

We know how to analyze data by analyzing the statistics of the data and we’ve learned how to manipulate the data. But is statistics enough…

Continue Reading
Python Pandas Tutorial: A Complete Introduction for Beginners

Python Pandas Tutorial: A Complete Introduction for Beginners

In the previous section, we learned about Numpy and how we can use it to load, save, and pre-process data easily by using Numpy Arrays….

Continue Reading