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

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)
Posted in allcategorites game in python python turtle

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

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