Displaying Remote Application Windows Locally Using SSH and X11 Forwarding
In this tutorial, we’ll walk you through the steps to display graphical applications running on a remote server on your...
Let's build a copter game
Introduction Games have always been a fascinating way to blend creativity with programming skills. In this tutorial, we will build...
Let's build a simple "Battleship" game
In this tutorial, we’ll create a simple Battleship game that you can play via the command line. Battleship is a...
Let's build a simple "word game inspired by Scrabble"
In this tutorial, we’ll create a simple word game inspired by Scrabble that you can play via the command line....
Building a Simple Chess Game in Python
In this tutorial, we’ll create a basic chess game using Python. The game will have a simple text-based interface where...
Let's build a simple "Rock, Paper, Scissors" game
Let’s create a simple “Rock, Paper, Scissors” game where the user can play against the computer. This is a classic...
What is a Circular or Ring mapper function
The circular_mapper function is a utility designed to generate a list of numbers based on a given index (idx) within...
How to make a simple guess a number game
Let’s create a simple game where the user and the computer can play “Guess the Number”. The computer will randomly...
Building a Tic-Tac-Toe Game in Python!
Building a Tic-Tac-Toe Game in Python In this tutorial, we’ll create a simple Tic-Tac-Toe game in Python where a user...
Python tips and tricks you must know!
Python programming skills have seen a surge in demand lately. To assist you in honing your Python coding prowess, we’ve...