Category: allcategorites
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…