Titanic Survival Prediction - Machine Learning Project (Part-2)

Titanic Survival Prediction – Machine Learning Project (Part-2)

In Part-1, we’ve covered how to get started with your first machine learning project on Kaggle. Firstly, we saw how to import necessary libraries, then…

Continue Reading
Titanic Survival Prediction - Machine Learning Project (Part-1)

Titanic Survival Prediction – Machine Learning Project (Part-1)

Hey, everyone! Today we’re going to work on our first Machine Learning Project and that is “Titanic Survival Prediction”. It’s going to be a really…

Continue Reading
15 Common Coding Mistakes by Beginners

15 Common Coding Mistakes by Beginners

The most common mistakes that beginners while learning to code are 1. Switching between multiple languages 2. No roadmap 3. Lone wolf programming

Continue Reading
Download Instagram Reels using Python

Download Instagram Reels using Python

Introduction We will learn how to Download Instagram Reels using Python. You all are now aware that there is a number of python libraries to…

Continue Reading
Random Forest in ML: Wisdom of the Crowd

Random Forest in ML: Wisdom of the Crowd

We’ve learned about some algorithms in machine learning via which we can solve classification and regression problems. In the previous article, we learned how decision…

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

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

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

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

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

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
Shinchan with Python Turtle In this tutorial, we will be learning to draw the famous cartoon character Shinchan with Python Turtle. By the end of this tutorial, you will have cleared your concept regarding the basics of python, the basics of the turtle module, and the intermediate of the turtle module. First, we will see how to code our cartoon and see the code itself.

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

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

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