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


How to Build a Dice Rolling Simulator in Python
Dice Rolling Simulator. This is a classic and fun project that reinforces the use of the random module and introduces the concept of a continuous loop that waits for user input. First, here is the explanation of how the project is built.
Anubhav Somani
Sep 32 min read
bottom of page