Pre-fill some arguments to a function.
Functional
- Functions that take or return functions.
- Pythonic way to transform and filter.
- Small anonymous functions for quick tasks.
- Combine all items into a single value.
- Keep only items that pass a test.
- Apply a function to every item in a sequence.
- Functions without side effects.
- A different way to think about code.