K Nearest Neighbours|KNN: One of the Earliest ML Algorithm
Posted in allcategorites Machine Learning

K Nearest Neighbours|KNN: One of the Earliest ML Algorithm

Until now we already have a pretty good grasp of how things work when it comes to regression and classification. Today let’s take a ride…

Continue Reading
3D animation in Python vpython
Posted in allcategorites final year project game in python python projects

3D animation in Python: vpython

Yes, apart from a Graphical User Interface i.e. GUI, python can also play with 3D animations! 3D animations make easier in python with the help…

Continue Reading
Car Race Game in PyGame Python: From Scratch
Posted in allcategorites final year project game in python pygame tutorial python projects

Complete Racing Game In Python Using PyGame

So far we have learned a lot but there is not anything to end our game and now we are now going to see part…

Continue Reading
Currency Converter Desktop Application in Python
Posted in allcategorites gui python projects python projects

Currency Converter Desktop Application in Python

One of the uses of Python is to create desktop-based applications, isn’t it?Python supports thousands of modules and packages to crack any logic behind the…

Continue Reading
Decision Tree: Foundation of Powerful ML Algorithms
Posted in allcategorites Machine Learning

Decision Tree: Foundation of Powerful ML Algorithms

By now you have a good grasp of how you can solve both classification and regression problems by using Linear and Logistic Regression. But in…

Continue Reading
Posted in allcategorites python turtle

Shinchan with Python Turtle

Introduction In this tutorial, we will be learning to draw the famous cartoon character Shinchan with Python Turtle. By the end of this tutorial, you…

Continue Reading
Logistic Regression: Regression Model for Classification
Posted in allcategorites Machine Learning

Logistic Regression: Regression Model for Classification

We will discuss Logistic Regression: Regression Model for Classification in this article, but let us see what we did in the past couple of articles,…

Continue Reading
Send OTP Using Python
Posted in allcategorites gui python projects python projects

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
Posted in allcategorites gui python projects python projects

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
Posted in allcategorites gui python projects

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