News

Welcome to the intriguing world of Python descriptors! This article may seem a bit complex, but trust me, understanding descriptors is absolutely worth it. They unlock the inner workings of properties ...
SeparateClassMethod - allow to have classmethod and normal method both with the same name. AdvancedProperty - property with possibility to set class wide getter. LogOnAccess - property with logging on ...
Most Python developers never learned this feature, even though they use it every single day. All of the popular frameworks like Flask, FastAPI, Django, Pydantic, SQL, Alchemy; they all use Properties ...