@@ -16,7 +16,7 @@ Python 35 Keywords, Python Identifiers(Variables, Constants, Literals), Python D
16
16
This notebook contains info about: \
17
17
Python if...else, for Loop, for loop with else, while Loop, while loop with else, break Statement, continue and pass Statement
18
18
19
- 3 . [ Functions] ( basic\ Functions.ipynb ) \
19
+ 3 . [ Functions] ( basic/ Functions.ipynb ) \
20
20
This notebook contains info about: \
21
21
built-in functions (Python-v3.12 has ` 71 ` ), user-defined functions, function args types ()
22
22
@@ -31,9 +31,11 @@ This folder contains intermediate level code structures.
31
31
32
32
# Advanced (Upcoming)
33
33
34
- 1 . Python Type Hinting
34
+ 1 . Python Type Hinting, pydantic
35
35
2 . Type Annotations
36
- 3 . ** args & ** kargs
37
- 4 . list comprehensions or generator expressions.
38
- 5 . Protocol & Abstract Base Classes (ABC) in python
39
- 6 .
36
+ 3 . Named Tuple
37
+ 4 . Python Enum & dataclasses
38
+ 5 . ** args & ** kargs
39
+ 6 . list comprehensions or generator expressions.
40
+ 7 . Protocol & Abstract Base Classes (ABC) in python
41
+ 8 . default_dict
0 commit comments