Opening book details…
Can I read Functional Programming in Python on EtoBox?
Functional Programming in Python by Mertz, David is a nonfiction available to read on EtoBox.
What is Functional Programming in Python about?
Python is not a functional programming language, but it is a multi-paradigm language that makes functional programming easy to perform, and easy to mix with other programming styles. In this paper, David Mertz, a director of Python Software Foundation, examines the functional aspects of the language and points out which options work well and which ones you should generally decline. Mertz describes ways to avoid Python's imperative-style flow control, the nuances of callable functions, how to work lazily with iterators, and the use of higher-order functions. He also lists several third-party Python libraries useful for functional programming. Topics include: Using encapsulation and other means to describe "what" a data collection consists of, rather than "how" to construct a data collection Creating callables with named functions, lambdas, closures, methods of classes, and multiple dispatch Using Python's iterator protocol to accomplish the same effect as a lazy data structure Creating higher-order functions that take functions as arguments and/or produce a function as a result
Who reads Functional Programming in Python?
It is typically read by self-directed learners exploring a subject in depth.
Common subject areas: history, science, philosophy, social sciences.
- Author
- Mertz, David
- Publisher
- O'Reilly Media, Incorporated
- Published
- 2015
- Language
- EN
- ISBN
- 9781491928561
- Category
- nonfiction
- Subjects
- Computer Science, Programming, Stem
More by Mertz, David
Browse all works by Mertz, David
Similar books
- Functional Python Programming : Create Succinct and Expressive Implementations with Functional Programming in Python — Steven F. Lott (2015)
- Mastering Functional Programming with Python — Brett Neutreon (2024)
- Functional Programming in Python : Explore What Functional Programming Is, How It Is Used, and the Features of Python That Support It — Martin McBride (2019)
- Functional Programming for Dummies — John Paul Mueller (2019)
- Python Programming Cookbook — Sebastian Vinci (2016)
- Rapid Python Programming — William C. Gunnells (2017)