Descriptors in Python
NOTE: This article assumes basic familiarity with object-oriented programming in Python.
A descriptor is an object that hooks into attribute retrievals, and possibly updates and deletes, on another object. This is a way to fully "own the dot (.) oper...
izu.hashnode.dev6 min read