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
2 days ago2 min read


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
4 days ago2 min read


Pythons Project for beginners - Post 35: Leap Year Checker
Let's build a Leap Year Checker. This is a classic programming exercise that is perfect for beginners to master nested conditional logic (if/elif/else).
Anubhav Somani
4 days ago2 min read


Pythons Project for beginners - Post 34: Temperature Converter
Let's build a Simple Temperature Converter. This is a very practical project for beginners, excellent for practicing how to handle numeric input, use conditional logic to make decisions, and apply mathematical formulas in code.
Anubhav Somani
4 days ago2 min read


Pythons Project for beginners - Post 32: Factorial Calculator
Let's build a Factorial Calculator. This is a fundamental mathematical project that's excellent for beginners to solidify their understanding of loops and accumulating a result.
Anubhav Somani
4 days ago2 min read


Pythons Project for beginners - Post 30: Prime Number Checker
Let's build a Prime Number Checker. This is a classic programming exercise that's perfect for beginners to practice with loops, conditional logic, and mathematical concepts.
Anubhav Somani
4 days ago2 min read


Pythons Project for beginners - Post 22: Fibonacci Sequence Generator
Let's build a Fibonacci Sequence Generator. This is a classic computer science problem and a wonderful project for beginners to practice using loops and managing variables that change with each iteration.
Anubhav Somani
5 days ago2 min read


How to Build a Simple BMI Calculator in Python
Let's build a BMI (Body Mass Index) Calculator. This is a practical and useful project that's great for beginners to practice getting numeric input, performing calculations, and using conditional logic to classify the results.
Anubhav Somani
5 days ago2 min read


Pythons Project for beginners - Post 22: Fibonacci Sequence Generator
Let's build a Fibonacci Sequence Generator. This is a classic computer science problem and a wonderful project for beginners to practice using loops and managing variables that change with each iteration.
Anubhav Somani
5 days ago2 min read
bottom of page