Functional Python Programming - Third Edition - Helion
Tytuł oryginału: Functional Python Programming - Third Edition
ISBN: 9781803236568
stron: 576, Format: ebook
Data wydania: 2022-12-30
Księgarnia: Helion
Cena książki: 116,10 zł (poprzednio: 129,00 zł)
Oszczędzasz: 10% (-12,90 zł)
Not enough developers understand the benefits of functional programming, or even what it is. Author Steven Lott demystifies the approach, teaching you how to improve the way you code in Python and make gains in memory use and performance.
Starting from the fundamentals, this book shows you how to apply functional thinking and techniques in a range of scenarios, with examples centered around data cleaning and exploratory data analysis. You’ll learn how to use generator expressions, list comprehensions, and decorators to your advantage. You don’t have to abandon object-oriented design completely, though – you’ll also see how Python’s native object-orientation is used in conjunction with functional programming techniques.
By the end of this book, you’ll be well versed in the essential functional programming features of Python, and understand why and when functional thinking helps. You’ll also have all the tools you need to pursue any additional functional topics that are not part of the Python language.
Osoby które kupowały "Functional Python Programming - Third Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Functional Python Programming. Use a functional approach to write succinct, expressive, and efficient Python code - Third Edition eBook -- spis treści
- 1. Understanding Functional Programming
- 2. Introducing Essential Functional Concepts
- 3. Functions, Iterators, and Generators
- 4. Working with Collections
- 5. Higher-Order Functions
- 6. Recursions and Reductions
- 7. Complex Stateless Objects
- 8. The Itertools Module
- 9. Itertools for Combinatorics – Permutations and Combinations
- 10. The Functools Module
- 11. The Toolz Package
- 12. Decorator Design Techniques
- 13. The PyMonad Library
- 14. The Multiprocessing, Threading, and Concurrent.Futures Modules
- 15. A Functional Approach to Web Services
- 16. Bonus Online Chapter