top of page


Pythons Project for beginners - Post 24: Word Frequency Counter from a File
Let's build a Word Frequency Counter from a File. This project is a great practical application that combines file handling, string manipulation, and the use of dictionaries to store and count data
Anubhav Somani
Sep 62 min read


Pythons Project for beginners - Post 20: Text Adventure Game
Let's build a Simple Text-Based Adventure Game. This project is a fantastic introduction to game development logic. It teaches you how to use dictionaries to create a game world, manage a player's state, and handle commands.
Anubhav Somani
Sep 52 min read


How to Build a Simple Quiz Game in Python- Python Projects Beginners - 7
Simple Quiz Game. This project is a fantastic way to learn how to work with lists of dictionaries to create a structured game, and it reinforces concepts like loops and conditional logic to keep score.
Anubhav Somani
Sep 32 min read
bottom of page