top of page


Pythons Project for beginners - Post 39: Magic 8-Ball
Let's build a classic Magic 8-Ball. This is a fun and simple project for beginners that reinforces the use of lists to store data and the random module to get unpredictable results.
Anubhav Somani
Sep 82 min read


Pythons Project for beginners - Post 21: Coin Flipper Simulation
Let's build a Coin Flipper Simulation. This is a classic and straightforward project that's perfect for beginners. It's an excellent way to practice using loops to repeat an action and keeping a tally of the results.
Anubhav Somani
Sep 52 min read


Pythons Project for beginners - Post 19: Random Story Generator
Let's build a Random Story Generator. This is a fun and creative project that's perfect for beginners. It reinforces how to use lists to store data and the random module to make unpredictable choices.
Anubhav Somani
Sep 52 min read


How to Build a Random Password Generator in Python
Random Password Generator. This is an excellent project for beginners to practice working with strings, loops, and the random module in a very practical way.
Anubhav Somani
Sep 32 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