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...

Celý popis

Uloženo v:
Podrobná bibliografie
Hlavní autor: Lott, Steven F
Médium: E-kniha
Jazyk:angličtina
Vydáno: Packt Publishing 2022
Vydání:Third edition
Témata:
On-line přístup:Získat plný text
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
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