top of page


Pythons Project for beginners - Post 38: Grade Calculator
Grade Calculator. This is a very common and useful application that's great for beginners. It reinforces skills like handling multiple numeric inputs, using lists to store data
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


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
bottom of page