Welcome to my Python Learning Repository!
This repo contains all the programs, exercises, and small projects that I create while learning and practicing Python programming.
I started this repository to:
- Practice Python programming concepts step by step
- Keep track of my learning progress
- Share my practice code and examples with others
- Build a strong foundation for future software development and automation projects
Here you’ll find Python code covering:
- 🧾 Basics: print statements, variables, data types
- 🔁 Control Structures: if-else, loops
- 🧮 Functions and Modules
- 📂 File Handling
- 📚 Object-Oriented Programming (OOP)
- 🧩 Mini Projects and Practice Tasks
If you want to run any file from this repo:
- Make sure Python is installed on your system
python --version