Chapter 3: Object-Oriented and Advanced Python
Here you combine the fundamentals into bigger ideas: modeling state and behavior with classes, pushing further into inheritance and protocols, using iterators, generators, and decorators to write expressive, efficient code, and introducing async/await for concurrent I/O—skills you will reuse in web APIs and automation.