Skip to content

Commit dc88ab4

Browse files
Update README.md
1 parent 79d477b commit dc88ab4

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

README.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
Python Programming Tutorial:
1+
# Python Programming Tutorial
22

3-
This repository contains tutorials for Python programming. Each class has a README.md file that provides a detailed description and content for that specific class.
3+
Welcome to the Python Programming Tutorial repository! This repository contains tutorials for Python programming, with each class featuring its own `README.md` file. These files provide detailed descriptions and content for each specific class.
44

5+
## Repository Structure
56

7+
Each class directory includes:
8+
- **`README.md`**: An overview and details about the class, including learning objectives and key topics.
9+
- **Example Code Files**: Python scripts or notebooks with sample code relevant to the class.
610

7-
Where to learn code and practice coding problems
8-
HackerRank
9-
LeetCode
10-
CodeChef
11-
CodeForces
12-
GeeksForGeeks
13-
HackerEarth
14-
TopCoder
15-
Project Euler
16-
Codewars
11+
## Where to Learn Code and Practice Coding Problems
12+
13+
Here are some excellent platforms to learn coding and practice problems:
14+
15+
- [HackerRank](https://www.hackerrank.com)
16+
- [LeetCode](https://leetcode.com)
17+
- [CodeChef](https://www.codechef.com)
18+
- [CodeForces](https://codeforces.com)
19+
- [GeeksForGeeks](https://www.geeksforgeeks.org)
20+
- [HackerEarth](https://www.hackerearth.com)
21+
- [TopCoder](https://www.topcoder.com)
22+
- [Project Euler](https://projecteuler.net)
23+
- [Codewars](https://www.codewars.com)
24+
25+
## Made By
26+
27+
Fahad Bin Ashfaq
28+
29+
Feel free to explore, practice, and enhance your Python programming skills with the resources provided in this repository!
1730

18-
Made By: Fahad Bin Ashfaq

0 commit comments

Comments
 (0)