Youtube Channel

Make programming easy


Get ready to level up your coding skills with our exciting playlist of tutorials!

(Beginner)

Guess My Number!

This is an excellent tutorial for beginners to get started with Python. I will teach you how to create a classic "guess my number" game using the Python programming language. You'll start by setting up your development environment and learning the basics of Python syntax. From there, we'll guide you through the process of building the game's user interface and implementing the game logic. You'll learn how to use loops, conditionals, and functions to create a fun and interactive guessing game. By the end of the series, you'll have a fully functional "guess my number" game that you can play with your friends and family

Throughout this tutorial you will learn how to:

  • Write text to the user

  • Get user input

  • Different variable types

  • How to use loops!


(Beginner)

Dice Roller

You'll learn how to

  • use random number generators

  • import libraries

  • print text to user

  • lists/dictionaries

  • loops

  • conditionals

By the end of the series, you'll have a fully functional dice rolling game that you can use to play all sorts of dice games.


(Beginner)

Tic-Tac-Toe

I will guide you through the process of building the game's user interface and implementing the game logic. Along the way, you'll learn key programming concepts such as

  • loops

  • conditionals

  • functions

By the end of the series, you'll have a fully functional Tic Tac Toe game that you can play with your friends and family. Whether you're a beginner looking to learn programming or an experienced developer looking to brush up on your Python skills, this playlist has something for everyone. So grab your computer and let's get started!


Python - FOR and WHILE loops

Let's take a look at loops! There are 2 different types of loops in python, FOR loop and WHILE loop. We will answer questions like

How to loop in python?

What is an infinite loop?

What is the difference between for and while loop?

Python - using Booleans in IF

In this short video we take a look at: - How to use boolean in Python?-and Why it's important to indent in Python?

Python - Different If conditions

Let's see how to use different types of IF conditions also let's learn the big difference between if and elif.

Python - Input() and If statements

How do we get user input? How do we compare two different variables?

These questions will be answered in this video.

Python - How to use libraries

We will see what libraries are in python and how we can use them. We will use the 'random' library as an example to generate random numbers.

Python - Show text to users and different Variables

In this video we learn how to show text in python. We also learn about different variable types and why they are different.

Get Started with Python!

In this video we talk about how to get started with Python. Usually you need to download and install an IDE and even install python on to your computer.

Here we use an online tool called Replit so we do not need to download or install anything on our computer!