Learn with Yasir

Share Your Feedback

Python Mini Projects


Explore hands-on Python mini projects designed to practice real concepts with code examples.

πŸ”€ Mini Projects

Simple Calculator

πŸ“ Overview: Use find(), replace(), split(), and partition() to manipulate user input.


String Manipulation Tool

πŸ“ Overview: Use find(), replace(), split(), and partition() to manipulate user input.


String Formatter Toolkit

πŸ“ Overview: A Python-based interactive console tool for string manipulation offering reversing, case conversion, substring replacement, vowel/consonant counting, title casing, space trimming, palindrome checking, and word counting with a user-friendly menu-driven interface.


Student Grade Tracker

πŸ“ Overview: A Python mini-project using lists to store student records and tuples for individual (name, grades) data, with functions to add students, calculate averages, and display rankings. Perfect for beginners to practice core data structures!.


Guess the Number Game

πŸ“ Overview: To create a simple β€œGuess the Number” game in Python using a while loop, demonstrating core programming concepts such as random number generation, user input, conditional statements (if-elif-else), and iteration.


Explore More Topics

Microsoft Excel Fundamentals

Microsoft Excel More ...