E-Book, Englisch, 408 Seiten
Steven F. Lott Functional Python Programming
2. Auflage 2018
ISBN: 978-1-78862-185-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads
E-Book, Englisch, 408 Seiten
ISBN: 978-1-78862-185-4
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Functional Python Programming".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Objektorientierte Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
Table of Contents - Understanding Functional Programming
- Introducing essential functional concepts
- Functions, Iterators and Generators
- Working with Collections
- Higher-Order Functions
- Recursions and Reductions
- Additional tuple techiques
- The Itertools Module
- More Itertools Techniques
- The Functools Module
- Decorator Design Techniques
- The Multiprocessing and Threading Modules
- The Operator Module
- The PyMonad Library
- A Functional Approach to Web Services
- Optimizations and Improvements