Skip to content

Latest commit

ย 

History

History
29 lines (18 loc) ยท 784 Bytes

File metadata and controls

29 lines (18 loc) ยท 784 Bytes

๐Ÿ Python Projects

A collection of my Python practice projects, organized by difficulty level.
This repo tracks my learning journey from simple logic-based scripts to real-world applications.


๐Ÿ“‚ Structure


Beginner/       # Basic programs - loops, conditionals, simple logic
Intermediate/   # Larger programs - file handling, data structures, stateful logic
Advanced/       # Coming soon - APIs, ML, automation projects


๐Ÿš€ Progress

  • โœ… Beginner projects: games, converters, small utilities.....
  • ๐Ÿ—๏ธ Intermediate projects: banking system, hangman, shopping cart....
  • ๐Ÿ”ฎ Advanced projects: (to be added soon โ€“ APIs, ML, bots)

โœจ Goal

Level up from coding fundamentals โ†’ practical projects โ†’ advanced Python skills.