Skip to content

Commit c93ddb9

Browse files
authoredDec 1, 2023
Update Readme.md
1 parent 4400c94 commit c93ddb9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎Readme.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This roadmap is perfect for beginners and anyone looking to solidify their Pytho
1616
The project is organized into separate sections for each day, making it easy for you to follow along.
1717
Each day focuses on specific topics and provides practical examples and exercises to reinforce your learning.
1818
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.
2020

2121
---
2222

@@ -27,31 +27,31 @@ For instance, to access the content for [Day 4-6](30 Days Essentials/Days-4-6.md
2727
- Learn the basic syntax of Python and its core data types (string, integer, float, list, tuple, dictionary).
2828
- Install Python on your computer.
2929

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
3131
- Master conditional statements (if, elif, else) and logical operators.
3232
- Gain proficiency in using loops (for and while).
3333

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
3535
- Deepen your knowledge of data structures like lists, tuples, and dictionaries.
3636
- Practice working with data structures through hands-on exercises.
3737

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
3939
- Define and utilize functions in Python.
4040
- Explore basic Python modules (math, random, datetime).
4141

42-
### [Days 15-18](30 Days Essentials/Days-15-18.md): File Handling and Error Handling
42+
### [Days 15-18](30%20Days%20Essentials/Days-15-18.md): File Handling and Error Handling
4343
- Learn the art of file reading and writing.
4444
- Master error handling techniques using try-except blocks.
4545

46-
### [Days 19-22](30 Days Essentials/Days-19-22.md): Object-Oriented Programming (OOP)
46+
### [Days 19-22](30%20Days%20Essentials/Days-19-22.md): Object-Oriented Programming (OOP)
4747
- Understand classes and objects.
4848
- Dive into OOP concepts, including inheritance and polymorphism.
4949

50-
### [Days 23-26](30 Days Essentials/Days-23-26.md): Database Connection and SQL
50+
### [Days 23-26](30%20Days%20Essentials/Days-23-26.md): Database Connection and SQL
5151
- Establish connections with databases (e.g., SQLite).
5252
- Learn to execute basic SQL queries for data manipulation.
5353

54-
### [Days 27-30](30 Days Essentials/Days-27-30.md): Web Development and Frameworks
54+
### [Days 27-30](30%20Days%20Essentials/Days-27-30.md): Web Development and Frameworks
5555
- Explore Python web frameworks like Flask and Django.
5656
- Create a simple web application and gain insights into web development.
5757

0 commit comments

Comments
 (0)