-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Functional Python Programming

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 an explicit state maintained through variable assignments; secondly, that Python is not a purely functional language.
This book doesn't attempt to offer a rigorous definition of what functional programming is: Python is not a purely functional language...
Change the font size
Change margin width
Change background colour