top of page


Pythons Project for beginners - Post 37: Simple Tip Calculator
Let's build a Simple Tip Calculator. This is a very practical, real-world application that's perfect for beginners to practice getting numeric input, performing percentage calculations, and formatting output.
Anubhav Somani
Sep 62 min read


Pythons Project for beginners - Post 29: Simple Stopwatch
Let's build a Simple Stopwatch. This is a great beginner project for understanding how to measure time and handle user interaction to control the flow of a program.
Anubhav Somani
Sep 62 min read


Simple Currency Converter - How to Build a Simple Currency Converter in Python
Simple Currency Converter. This project is a fantastic real-world example that teaches you how to use dictionaries to manage data and perform calculations based on user input.
Anubhav Somani
Sep 32 min read


How to Create a Simple To-Do List App in Python (with File Saving)
Simple To-Do List Application. This project is a step up because it introduces you to a crucial skill: saving data to a file so that your information isn't lost when you close the program.
Anubhav Somani
Sep 32 min read
bottom of page