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
+8-8
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This roadmap is perfect for beginners and anyone looking to solidify their Pytho
16
16
The project is organized into separate sections for each day, making it easy for you to follow along.
17
17
Each day focuses on specific topics and provides practical examples and exercises to reinforce your learning.
18
18
To navigate through the content, you can either explore the filenames or refer to the main "README.md" file.
19
-
For instance, to access the content for [Day 4-6](30 Days Essentials/Days-4-6.md), simply open the "[Day 4-6.md](30 Days Essentials/Days-4-6.md)" file.
19
+
For instance, to access the content for [Day 4-6](30%20Days%20Essentials/Days-4-6.md), simply open the "[Day 4-6.md](30%20Days%20Essentials/Days-4-6.md)" file.
20
20
21
21
---
22
22
@@ -27,31 +27,31 @@ For instance, to access the content for [Day 4-6](30 Days Essentials/Days-4-6.md
27
27
- Learn the basic syntax of Python and its core data types (string, integer, float, list, tuple, dictionary).
28
28
- Install Python on your computer.
29
29
30
-
### [Days 4-6](30 Days Essentials/Days-4-6.md): Conditional Statements and Loops
30
+
### [Days 4-6](30%20Days%20Essentials/Days-4-6.md): Conditional Statements and Loops
31
31
- Master conditional statements (if, elif, else) and logical operators.
32
32
- Gain proficiency in using loops (for and while).
33
33
34
-
### [Days 7-10](30 Days Essentials/Days-7-10.md): Data Structures
34
+
### [Days 7-10](30%20Days%20Essentials/Days-7-10.md): Data Structures
35
35
- Deepen your knowledge of data structures like lists, tuples, and dictionaries.
36
36
- Practice working with data structures through hands-on exercises.
37
37
38
-
### [Days 11-14](30 Days Essentials/Days-11-14.md): Functions and Modules
38
+
### [Days 11-14](30%20Days%20Essentials/Days-11-14.md): Functions and Modules
0 commit comments