Paperback. Condizione: Fair. No Jacket. Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend Less.
Paperback. Condizione: Good. It's a preowned item in good condition and includes all the pages. It may have some general signs of wear and tear, such as markings, highlighting, slight damage to the cover, minimal wear to the binding, etc., but they will not affect the overall reading experience.
EUR 48,21
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
EUR 47,04
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
EUR 53,45
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
EUR 56,21
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
EUR 52,41
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New. In.
Da: Chiron Media, Wallingford, Regno Unito
EUR 50,56
Quantità: 10 disponibili
Aggiungi al carrelloPF. Condizione: New.
EUR 53,50
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
EUR 58,98
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
EUR 60,80
Quantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New. Über den AutorrnrnSteven F. Lott has been programming since the 70s, when computers were large, expensive, and rare. As a contract software developer and architect, he has worked on hundreds of projects, from very small to very large. He s .
EUR 100,30
Quantità: 1 disponibili
Aggiungi al carrelloCondizione: Very good.
Da: PBShop.store US, Wood Dale, IL, U.S.A.
EUR 58,05
Quantità: Più di 20 disponibili
Aggiungi al carrelloPAP. Condizione: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Da: PBShop.store UK, Fairford, GLOS, Regno Unito
EUR 53,76
Quantità: Più di 20 disponibili
Aggiungi al carrelloPAP. Condizione: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Da: Majestic Books, Hounslow, Regno Unito
EUR 62,51
Quantità: 4 disponibili
Aggiungi al carrelloCondizione: New. Print on Demand pp. 360.
Da: THE SAINT BOOKSTORE, Southport, Regno Unito
EUR 62,08
Quantità: Più di 20 disponibili
Aggiungi al carrelloPaperback / softback. Condizione: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days.
Da: preigu, Osnabrück, Germania
EUR 65,60
Quantità: 5 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: 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.
Da: AHA-BUCH GmbH, Einbeck, Germania
EUR 75,28
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: 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: