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

Full description

Saved in:
Bibliographic Details
Main Author: Lott, Steven F
Format: eBook
Language:English
Published: Packt Publishing 2022
Edition:Third edition
Subjects:
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • 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