Original PDF Ebook – Functional Python Programming2nd EditionDiscover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads, 2nd Edition – 9781788627061
Create succinct and expressive implementations with functional programming in PythonAbout This Book
Learn how to choose between imperative and functional approaches based on expressiveness, clarity, and performance
Get familiar with complex concepts such as monads, concurrency, and immutability
Apply functional Python to common Exploratory Data Analysis (EDA) programming problems
Who This Book Is For
This book is for Python developers who would like to perform Functional programming with Python. Python Programming knowledge is assumed.
What You Will Learn
Use Python’s generator functions and generator expressions to work with collections in a non-strict (or lazy) manner
Utilize Python library modules including itertools, functools, multiprocessing, and concurrent features to ensure efficient functional programs
Use Python strings with object-oriented suffix notation and prefix notation
Avoid stateful classes with families of tuples
Design and implement decorators to create composite functions
Use functions such as max(), min(), map(), filter(), and sorted()
Write higher-order functions
In Detail
Reviews
There are no reviews yet.