Making Descriptors that act as specialized properties can be tricky, especially when it comes to storing the data the the property controls. I should know, I literally wrote the book. Looking at how other languages do it - especially Kotlin's Delegated Properties - I felt that Python could use a system that works more like that.
↧