Real Python: Quiz: Functional Programming in Python: When and How to Use It
In this quiz, you’ll test your understanding of functional programming in Python. You’ll revisit concepts such as functions being first-class citizens in Python, the use of the lambda keyword, and the implementation of functional code using map(), filter(), and reduce(). » Real Python | realpython.com