Skip to content

Commit 44111b2

Browse files
authored
Create README.md
1 parent 4ab3db9 commit 44111b2

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Python Practice
2+
![Python](https://img.shields.io/badge/Python-3.10-blue.svg?logo=python)
3+
![License](https://img.shields.io/badge/License-MIT-green.svg)
4+
![GitHub last commit](https://img.shields.io/github/last-commit/Akhileswar6/Python_practice?logo=git&color=yellow)
5+
![Repo size](https://img.shields.io/github/repo-size/Akhileswar6/Python_practice?color=blue)
6+
![GitHub issues](https://img.shields.io/github/issues/Akhileswar6/Python_practice?color=brightgreen)
7+
![GitHub stars](https://img.shields.io/github/stars/Akhileswar6/Python_practice?color=orange)
8+
![GitHub forks](https://img.shields.io/github/forks/Akhileswar6/Python_practice?color=blueviolet)
9+
![Contributions welcome](https://img.shields.io/badge/Contributions-Welcome-brightgreen?logo=github)
10+
11+
12+
![Practice](https://img.shields.io/badge/Practice-Python%20Problems-orange?logo=geeksforgeeks)
13+
![Status](https://img.shields.io/badge/Status-Active-success?logo=github)
14+
![Learning](https://img.shields.io/badge/Learning-GeeksforGeeks-blue?logo=geeksforgeeks)
15+
16+
![VS Code](https://img.shields.io/badge/Editor-VS%20Code-blue?logo=visualstudiocode)
17+
![Git](https://img.shields.io/badge/Version%20Control-Git-orange?logo=git)
18+
![GitHub](https://img.shields.io/badge/Hosted%20on-GitHub-black?logo=github)
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

Comments
 (0)