Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 664 Bytes

File metadata and controls

22 lines (18 loc) · 664 Bytes

🐍 My Python Journey

Welcome to my Python learning repository!
This repo contains all my practice code, notes, and small projects as I explore Python step by step.

📘 About

I’m using this space to:

  • Practice core Python concepts
  • Learn data structures and algorithms
  • Experiment with object-oriented programming
  • Build small, hands-on projects
  • Track my progress over time

🧠 Topics Covered

  • Variables, loops, and functions
  • Lists, tuples, sets, and dictionaries
  • File handling and exceptions
  • Modules and packages
  • OOP (classes, inheritance, etc.)
  • Problem-solving and mini projects

🧩 Folder Structure