Functional Python Programming Discover the power of functional
- Type:
- Other > E-books
- Files:
- 1
- Size:
- 2.22 MiB (2324392 Bytes)
- Uploaded:
- 2018-08-20 08:56 GMT
- By:
- sabiya
- Seeders:
- 7
- Leechers:
- 2
- Info Hash: 8777E27D0031D80C81EAD3545A655383B7F35313
Paperback: 360 pages Publisher: Packt Publishing (January 31, 2015) Language: English ISBN-10: 1784396990 ISBN-13: 978-1784396992 Key Features Implement common functional programming design patterns and techniques in Python Learn how to choose between imperative and functional approaches based on expressiveness, clarity, and performance Apply functional Python to common Exploratory Data Analysis (EDA) programming problems Book Description Python’s easy-to-learn and extensible abilities offer a number of functional programming features for you to bring into your workflow, especially in the realm of data science. If you’re a Python developer who wants to discover how to take the power of functional programming and bring it into your own programs then this book is essential for you, even if you know next to nothing about the paradigm. Starting with a general overview of functional concepts you’ll explore common functional features such as first-class and higher-order functions, pure functions and more, and how these are accomplished in Python to give you the core foundations you’ll build upon. After that, you’ll discover common functional optimizations for Python to help your apps reach even higher speeds. You'll also explore data preparation techniques and data exploration in depth, along with learning how the Python standard library fits the functional programming model. Finally, to top off your journey into the world of function Python you’ll at look at the PyMonad project and some larger examples to put everything into perspective