top of page


Pythons Project for beginners - Post 33: Simple ATM Simulator
Let's build a Simple ATM (Automated Teller Machine) Simulator. This project is a great way for beginners to practice using functions, loops, and managing a state (like an account balance) throughout the program.
Anubhav Somani
Sep 62 min read


Pythons Project for beginners - Post 16: Tic-Tac-Toe Game
Let's build a classic Tic-Tac-Toe Game. This project is a fantastic next step as it requires more complex logic, including representing a game board, checking multiple win conditions, and managing player turns.
Anubhav Somani
Sep 52 min read


How to Build a Simple Contact Book in Python
Simple Contact Book. This project is a great next step because it introduces you to using dictionaries to store and manage structured data, a fundamental concept in programming. First, here is the explanation of how the project is built.
Anubhav Somani
Sep 32 min read
bottom of page