Python Distilled, 1st edition

Published by Pearson (August 24, 2021) © 2022

  • David M Beazley
Products list
Products list

Expert insight for modern Python (3.6+) coding from the author of Python Essential Reference

Python educator Dave Beazley's concise handbook focuses on the essential core of the Python programming language, with code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Rather than trying to cover every possible feature and quirk of a 30-year-old language, this pragmatic guide provides a concise narrative related to fundamental programming topics that form the foundation for Python projects of any size including:

  • Data abstraction
  • Control flow
  • Program structure
  • Functions: master functions and functional programming idioms
  • Objects: control objects and master the 'protocols' that define their behaviour
  • Modules: plan for project growth by understanding modules and packages
  • Generators
  • Classes: understand classes from both high-level and technical perspectives
  • I/O handling: proper techniques and abstractions
  • Chapter 1: Python Basics
  • Chapter 2: Operators, Expressions, and Data Manipulation
  • Chapter 3: Program Structure and Control Flow
  • Chapter 4: Objects, Types, and Protocols
  • Chapter 5: Functions
  • Chapter 6: Generators
  • Chapter 7: Classes and Object-Oriented Programming
  • Chapter 8: Modules and Packages
  • Chapter 9: Input and Output
  • Chapter 10: Built-in Functions and Standard Library

Need help? Get in touch