Skip to content

Commit 61eb3fc

Browse files
author
youssif-sully
committed
update names
1 parent 87e0f42 commit 61eb3fc

21 files changed

+16
-16
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
# Python beginner
22

3-
## 1. [Strings](begin_1)
3+
## 1. [Strings](1_String)
44

55
- Strings
6-
- [Strings 1](begin_1/string_1.py)
7-
- [Strings 2](begin_1/string_1.py)
6+
- [Strings 1](1_String/string_1.py)
7+
- [Strings 2](1_String/string_1.py)
88
- If statements (will be added soon)
99
- Comparators (will be added soon)
1010

11-
## 2. [Formatting, For and while loops and Dictionary](begin_2)
11+
## 2. [Formatting, For and while loops and Dictionary](2_Format_Loops_Dict)
1212

1313
- Formatting
14-
- [Formatting](begin_2/0_formatting.py)
14+
- [Formatting](2_Format_Loops_Dict/0_formatting.py)
1515
- F string (will be added soon)
1616
- Loops
17-
- [For loop](begin_2/1_for_loop.py)
18-
- [While loop](begin_2/2_while_loop)
19-
- [Loop Ex.](begin_2/3_d_loop_ex_1_sol.py)
17+
- [For loop](2_Format_Loops_Dict/1_for_loop.py)
18+
- [While loop](2_Format_Loops_Dict/2_while_loop)
19+
- [Loop Ex.](2_Format_Loops_Dict/3_d_loop_ex_1_sol.py)
2020
- Dictionary
21-
- [Dictionary 1](begin_2/4_dict_1.py)
22-
- [Dictionary 2](begin_2/4_dict_2.py)
21+
- [Dictionary 1](2_Format_Loops_Dict/4_dict_1.py)
22+
- [Dictionary 2](2_Format_Loops_Dict/4_dict_2.py)
2323

24-
## 3. [Functions and classes](begin_3)
24+
## 3. [Functions and classes](3_Functions_Classes)
2525

2626
- Functions (will be added soon)
2727
- Classes
2828
- INSTANCE variables
29-
- [INSTANCE variables 1](begin_3/classes_1.py)
30-
- [INSTANCE variables 2](begin_3/classes_2.py)
29+
- [INSTANCE variables 1](3_Functions_Classes/classes_1.py)
30+
- [INSTANCE variables 2](3_Functions_Classes/classes_2.py)
3131
- Class variables
32-
- [Class variables](begin_3/classes_3.py)
32+
- [Class variables](3_Functions_Classes/classes_3.py)
3333

34-
## 4. [Importing Modules](begin_4)
34+
## 4. [Importing Modules](4_Importing_Modules)
3535

36-
- [Importing Modules](begin_4/main.py)
36+
- [Importing Modules](4_Importing_Modules/main.py)

0 commit comments

Comments
 (0)