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

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
1. Verfasser: Lott, Steven F
Format: E-Book
Sprache:Englisch
Veröffentlicht: Packt Publishing 2022
Ausgabe:Third edition
Schlagworte:
Online-Zugang:Volltext
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Inhaltsangabe:
  • 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