Description
Over time, Python has exploded in popularity, from being an obscure scripting language to becoming one of the most popular, and widely used languages in the world.
In this Advanced Python tutorial, you'll learn advanced topics, a knowledge of which will set you apart from the greater number of Python developers.
- First, you'll explore how to gain fine-grained control over attribute access.
- Next, you'll discover how to intercept class-object construction.
- Finally, you'll learn the subtle, but powerful, controls Python gives you over
Topics Covered
Advanced Flow Content
Byte Oriented Programming
Object Internals and Custom Attributes
Descriptors
Instance Creation
Meta Classes
Class Decorators
Abstract Base Classes