April 2018
Intermediate to advanced
408 pages
10h 42m
English
Most of the features of functional programming are already first-class parts of Python. Our goal in writing functional Python is to shift our focus away from imperative (procedural or object-oriented) techniques to as much of an extent as possible.
We'll look at each of the following functional programming topics:
This should reiterate some concepts from the first chapter: firstly, that purely functional programming avoids the complexities of ...