Skip to content

Commit 9548db2

Browse files
committed
docs(readme): update description of Python refresher
1 parent 09377f0 commit 9548db2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,7 @@ If you do this for the entire course, I guarantee you will learn how to make RES
3636

3737
## Section 2: A Full Python Refresher
3838

39-
The code is in files numbered between 1 and 11, covering concepts ranging from beginner to advanced.
40-
41-
1. Variables
42-
2. Methods
43-
3. Lists, tuples, and sets
44-
4. If statements
45-
5. List comprehension
46-
6. Dictionaries
47-
7. Classes and objects
48-
8. Static and class methods
49-
9. Args and Kwargs
50-
10. Passing functions as arguments
51-
11. Decorators
39+
This section (only available on Udemy) helps programmers who are new to Python get acquainted with the language. It is not a complete-beginner Python course!
5240

5341
## Section 3: Your first REST API
5442

0 commit comments

Comments
 (0)