Functions as valuesmap() & filter()
lambdasorted() with key
@timer decoratorfunctools.wraps
*args & **kwargs
Sort & filter products with lambdas
Write apply_to_all(items, func)
Read and use the timer decorator
Write a logging decorator from scratch
Input validation decorator
⚡
Mini Project
Decorator Toolkit
Build @timer and @log_call decorators and apply them to functions from previous sessions.