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 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 Make a Fun Mad Libs Game in Python
Mad Libs Game. This is a fantastic project for beginners to learn about collecting multiple user inputs and using f-strings to format a story dynamically.
Anubhav Somani
Sep 32 min read
bottom of page