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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,28 @@
9
9
--> The Basics.\
10
10
--> Vriables.\
11
11
--> Boolean and Conditions.\
12
-
--> We'll make a basic shopping app.\
12
+
--> We'll make a basic shopping app.
13
13
14
14
**3.** In [Pyhton_Study_2](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_2) lesson we'll learn about how to handle data and work with loops like-\
15
15
--> Getting started.\
16
16
--> Structuring Data.\
17
17
--> Working with Loops.\
18
-
--> We'll modify our shopping app.\
18
+
--> We'll modify our shopping app.
19
19
20
20
**4.** In [Pyhton_Study_3](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_3) lesson, we'll be learning about functions and modules while making a Rock Paper Scissors game.
21
21
They are very important in Python, so make sure you master them here!\
22
22
--> Getting started.\
23
23
--> Functions.\
24
24
--> Rock Paper Scisssors App\
25
-
--> Rock Paper Scisssors App 2\
25
+
--> Rock Paper Scisssors App 2
26
26
27
27
**5.** In [Pyhton_Study_4](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_4) lessson we'll learn how to use Python classes by creating a food ordering system.
28
28
The content covered in this lesson is very important! So, take it slow and master it!\
29
29
--> Classes and Instances\
30
30
--> Instance Methods.\
31
-
--> The Food Ordering System\
31
+
--> The Food Ordering System
32
32
33
33
**6.** In [Pyhton_Study_5](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_5) lesson we'll learn a practical way of using the classes covered in Python Study 4 called Inheritance.
34
34
With inheritance, you can give your food ordering system a major upgrade!!\
0 commit comments