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
Overview of our First Game Project
Posted in allcategorites pygame tutorial

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

Continue Reading
Create Analog Clock in Python using Turtle
Posted in allcategorites python projects python 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
Posted in allcategorites game in python gui python projects python projects python turtle

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

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

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