Now that you know how Python uses descriptors to power some of its great features, you’ll be a more conscious developer who understands why some Python features have been implemented the way they are.
You’ve learned:
- What Python descriptors are and when to use them
- Where descriptors are used in Python’s internals
- How to implement your own descriptors
Resources linked in this lesson:
