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
Complete Game In PyGame and Python
Posted in allcategorites game in python pygame tutorial

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
Posted in allcategorites pygame tutorial

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
Posted in allcategorites Machine Learning

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