June 2016
Beginner to intermediate
1255 pages
29h 1m
English
We've discussed how many of Python's built-ins and idioms that seem, at first blush, to be non-object-oriented are actually providing access to major objects under the hood. In this chapter, we'll discuss how the for loop that seems so structured is actually a lightweight wrapper around a set of object-oriented principles. We'll also see a variety of extensions to this syntax that automatically create even more types of object. We will cover:
When engineers and architects decide to build a bridge, or a tower, or a building, they follow certain ...