|
| 1 | +# Python Practice |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +Welcome to my **Python Practice Repo**, where I learn and apply Python programming concepts through small projects, exercises, and coding challenges. |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +## 📚 Topics Covered |
| 28 | +- Python Basics (Variables, Loops, Functions) |
| 29 | +- Data Structures (Lists, Tuples, Dictionaries, Sets) |
| 30 | +- File Handling & Exception Handling |
| 31 | +- Object-Oriented Programming |
| 32 | +- Problem Solving & HackerRank Challenges |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +## 🚀 How to Run the Programs |
| 37 | +Clone this repository: |
| 38 | +```bash |
| 39 | +git clone https://github.com/Akhileswar6/Python_practice.git |
| 40 | +cd Python_practice |
| 41 | + |
0 commit comments