Functional Python Programming Use a functional approach to write succinct, expressive, and efficient Python code
Python isn’t all about object-oriented programming. Discover a valuable way of thinking about code design through a function-first approach – and learn when you need to use it. Now with detailed exercises at the end of every chapter! Purchase of the print or Kindle book includes a free eBook in PDF...
Uložené v:
| Hlavný autor: | |
|---|---|
| Médium: | E-kniha |
| Jazyk: | English |
| Vydavateľské údaje: |
Packt Publishing
2022
|
| Vydanie: | Third edition |
| Predmet: | |
| On-line prístup: | Získať plný text |
| Tagy: |
Pridať tag
Žiadne tagy, Buďte prvý, kto otaguje tento záznam!
|
Obsah:
- Table of Contents Understanding Functional ProgrammingIntroducing Essential Functional ConceptsFunctions, Iterators, and GeneratorsWorking with CollectionsHigher-Order FunctionsRecursions and ReductionsComplex Stateless ObjectsThe Itertools ModuleItertools for Combinatorics – Permutations and CombinationsThe Functools ModuleThe Toolz PackageDecorator Design TechniquesThe PyMonad LibraryThe Multiprocessing, Threading, and Concurrent.Futures ModulesA Functional Approach to Web ServicesBonus Online Chapter