Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.56 KB

File metadata and controls

40 lines (30 loc) · 2.56 KB

Python-Mini-Projects-Mastery

Let's do this ⚡️

This repository contains a collection of Python mini-projects designed to enhance your coding skills and mastery of Python. Each project is crafted to cover key programming concepts, algorithms, and real-world applications.

Contributors Forks Stargazers Issues

Python Gif

All Projects - Python

  • Basics
    This repository contains a simple Python script that demonstrates basic programming concepts. It includes examples of variables, conditionals, loops, functions, lists, and file handling. Each section is accompanied by short comments to help beginners understand how Python works.

  • Restaurant Basic
    In this project, I built a simple restaurant ordering system using Python. It handles user input flexibly, calculates order totals, and manages menu items efficiently. This helped me practice user-friendly input handling, conditional logic, and dictionary usage.

  • KanyeQuotes
    This project gets random quotes from Kanye West using an API and shows them. It's a fun and easy way to see Kanye's unique thoughts. This will allow you to understand API's.

  • School Grading System This school grading system project teaches you object-oriented programming concepts, including classes, methods, and encapsulation. You'll learn how to manage student data, calculate averages, assign letter grades, and display comprehensive reports programmatically.