Librería: ThriftBooks-Dallas, Dallas, TX, Estados Unidos de America
EUR 6,15
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Fair. No Jacket. Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend Less.
Librería: ThriftBooks-Dallas, Dallas, TX, Estados Unidos de America
EUR 6,15
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less.
Idioma: Inglés
Publicado por Packt Publishing 2015-01, 2015
ISBN 10: 1784396990 ISBN 13: 9781784396992
Librería: Chiron Media, Wallingford, Reino Unido
EUR 50,11
Cantidad disponible: 10 disponibles
Añadir al carritoPF. Condición: New.
Librería: preigu, Osnabrück, Alemania
EUR 65,70
Cantidad disponible: 5 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Functional Python Programming | Create succint and expressive implementations with functional programming in Python | Steven F. Lott | Taschenbuch | Englisch | 2015 | Packt Publishing | EAN 9781784396992 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 75,28
Cantidad disponible: 1 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Create succinct and expressive implementations with functional programming in PythonKey Features:Implement common functional programming design patterns and techniques in PythonLearn how to choose between imperative and functional approaches based on expressiveness, clarity, and performanceApply functional Python to common Exploratory Data Analysis (EDA) programming problemsBook Description:Python is an easy-to-learn and extensible programming language that offers a number of functional programming features. It's ideally suited to a number of applications in the broad space of data science.This practical guide demonstrates the Python implementation of a number of functional programming techniques and design patterns. Starting with a general overview of functional programming concepts, you will explore common functional features such as first-class and higher-order functions, pure functions and more, and how these are accomplished in Python. Additionally, you will cover how common functional optimizations can be handled in Python. You'll also explore data preparation techniques and data exploration in depth. Moving on, you will learn how the Python standard library fits the functional programming model. The book concludes with a look at the PyMonad project and some larger examples.By the end of this book, you will be able to understand what functional programming is all about, its impact on the programming workflow, why it's important, and how to implement it in Python.What You Will Learn:Use Python's generator functions and generator expressions to work with collections in a non-strict (or lazy) mannerUtilize Python library modules including itertools, functools, multiprocessing, and concurrent.futures for efficient functional programsUse Python strings using object-oriented suffix notation and prefix notationAvoid stateful classes with families of tuplesDesign and implement decorators to create composite functionsUse functions like max(), min(), map(), filter(), and sorted()Write higher-order functionsWho this book is for: