Functional Programming of Python
Python supports some functional programming concepts, which can make our code more elegant.
Some resources to for it:
- 5 Uses of Lambda Functions in Python
- 5 Levels of Understanding Closures in Python
- Higher Order Functions in Python
- 7 Levels of Using Decorators in Python
- 8 Levels of Using List Comprehension in Python