You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,30 @@
1
-
Python Programming Tutorial:
1
+
# Python Programming Tutorial
2
2
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.
4
4
5
+
## Repository Structure
5
6
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.
6
10
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!
0 commit comments