Functional Programming in Python: Unleash the power of FP with Python's built in support for function objects, closures, iterators, generators, comprehensions, map-reduce and other features
Covers the basics of functional programming including function objects, immutability, recursion, iterables, comprehensions and generators. It also covers more advanced topics such as closures, memoization, partial functions, currying, functors and monads. No prior knowledge of functional programming is required, just a working knowledge of Python.