Skip to content

Commit 321cc29

Browse files
authored
Update README.md
1 parent bacf2ca commit 321cc29

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,27 @@ Python's simplicity and massive library ecosystem make it the go-to language for
2121

2222
## 📁 Sub-topics
2323

24-
* [Dictionaries](https://github.com/3riy/Python/tree/main/Dictionaries)
25-
* [For Loop](https://github.com/3riy/Python/tree/main/For%20Loop)
26-
* [Functions](https://github.com/3riy/Python/tree/main/Functions)
27-
* [If-Else-Elif Statements](https://github.com/3riy/Python/tree/main/If-Else-Elif%20Statements)
24+
### 🛠️ Foundations & Basic Syntax
2825
* [Keywords and Identifiers](https://github.com/3riy/Python/tree/main/Keywords%20and%20Identifiers)
29-
* [Lists](https://github.com/3riy/Python/tree/main/Lists)
30-
* [Sets](https://github.com/3riy/Python/tree/main/Sets)
3126
* [Strings](https://github.com/3riy/Python/tree/main/Strings)
32-
* [Tkinter](https://github.com/3riy/Python/tree/main/Tkinter)
33-
* [Try-Except-Finally Statements](https://github.com/3riy/Python/tree/main/Try-Except-Finally%20Statements)
27+
28+
### 📊 Data Structures
29+
* [Lists](https://github.com/3riy/Python/tree/main/Lists)
3430
* [Tuples](https://github.com/3riy/Python/tree/main/Tuples)
31+
* [Sets](https://github.com/3riy/Python/tree/main/Sets)
32+
* [Dictionaries](https://github.com/3riy/Python/tree/main/Dictionaries)
33+
34+
### 🔄 Control Flow & Logic
35+
* [If-Else-Elif Statements](https://github.com/3riy/Python/tree/main/If-Else-Elif%20Statements)
36+
* [For Loop](https://github.com/3riy/Python/tree/main/For%20Loop)
3537
* [While Loop](https://github.com/3riy/Python/tree/main/While%20Loop)
38+
* [Functions](https://github.com/3riy/Python/tree/main/Functions)
39+
40+
### ⚠️ Error Handling
41+
* [Try-Except-Finally Statements](https://github.com/3riy/Python/tree/main/Try-Except-Finally%20Statements)
42+
43+
### 🎨 GUI
44+
* [Tkinter (GUI)](https://github.com/3riy/Python/tree/main/Tkinter)
3645

3746
---
3847

0 commit comments

Comments
 (0)