Skip to content

Commit 0568489

Browse files
committed
fixed broken link in ReadME.md
1 parent 59be313 commit 0568489

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Python 35 Keywords, Python Identifiers(Variables, Constants, Literals), Python D
1616
This notebook contains info about: \
1717
Python if...else, for Loop, for loop with else, while Loop, while loop with else, break Statement, continue and pass Statement
1818

19-
3. [Functions](basic\Functions.ipynb) \
19+
3. [Functions](basic/Functions.ipynb) \
2020
This notebook contains info about: \
2121
built-in functions (Python-v3.12 has `71` ), user-defined functions, function args types ()
2222

@@ -31,9 +31,11 @@ This folder contains intermediate level code structures.
3131

3232
# Advanced (Upcoming)
3333

34-
1. Python Type Hinting
34+
1. Python Type Hinting, pydantic
3535
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

Comments
 (0)