Functional Programming In Python
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 collectionCreating callables with named functions, lambdas, closures, methods of classes, and multiple dispatchUsing Python’s iterator protocol to accomplish the same effect as a lazy data structureCreating higher-order functions that take functions as arguments and/or produce a function as a resultArchived by Unglue.it
نسخة ورقية
كتب أخرى
Compute! Magazine Issue 058
Compute! Issue 58 - March 1985. - What's New in Computer Video - RGB Versus Composite Video - Space Caverns - SpeedScript 3.0 All Machine Language Word Processor for Commodore 64 - Review: Solo Flight - Review: The Pr...
Islamic Books in Tamil
List of Islamic Books in Tamil
Karl Marx Tüm Eserleri Ve Kitapları
Karl Marx, 5 Mayıs 1818 tarihinde Trier, Almanya'da doğmuştur. Orta düzey zenginliğe sahip Yahudi bir ailenin oğlu olarak dünyaya gelen Marx, ilerleyen yıllarda devrimci bir düşünür ve filozof olarak tanınmıştır. Eğit...
A History of the Personal Computer
This book is an exciting history of the personal computer revolution. Early personal computing, the "first" personal computer, invention of the microprocessor at Intel and the first microcomputer are detailed. It also...
Professional Windows Embedded Compact 7
Editorial ReviewsFrom the Back CoverLearn to program an array of customized devices and solutionsWritten by a team of experienced experts in the field, this in-depth resource provides you with invaluable information a...
Clever algorithms : nature-inspired programming recipes
This book provides a handbook of algorithmic recipes from the fields of Metaheuristics, Biologically Inspired Computation and Computational Intelligence that have been described in a complete, consistent, and centrali...