Skip to content

Commit a8a7c5e

Browse files
committed
Added Functions.ipynb
1 parent 7366f85 commit a8a7c5e

File tree

4 files changed

+789
-1
lines changed

4 files changed

+789
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,24 @@ 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) \
20+
This notebook contains info about: \
21+
built-in functions (Python-v3.12 has `71` ), user-defined functions, function args types ()
1922

2023
# Intermediate (Upcoming)
2124

2225
This folder contains intermediate level code structures.
2326

2427
1. [Generators](intermediate/Generators.ipynb)
2528
2. [Decorators](intermediate/Decorators.ipynb)
29+
3. Higher-order functions like map(), filter(), and functools.reduce()
30+
4. Recursion
31+
32+
# Advanced (Upcoming)
2633

27-
# Advanced (Upcoming)
34+
1. Python Type Hinting
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.

0 commit comments

Comments
 (0)