October 2018
Beginner to intermediate
466 pages
12h 2m
English
This book is loosely divided into four major parts. In the first four chapters, we will dive into the formal principles of object-oriented programming and how Python leverages them. In Chapter 5, When to Use Object-Oriented Programming, through Chapter 8, Strings and Serialization, we will cover some of Python's idiosyncratic applications of these principles by learning how they are applied to a variety of Python's built-in functions. Chapter 9, The Iterator Pattern, through Chapter 11, Python Design Patterns II, cover design patterns, and the final two chapters discuss two bonus topics related to Python programming that may be of interest.
Chapter 1, Object-Oriented Design, covers important object-oriented concepts. ...