[Tutor] Good approach regarding classes attributes

Danny Yoo dyoo at hashcollision.org
Mon Sep 8 05:01:36 CEST 2014


>> @property
>> def _avatar(self):
>> return self._avatar

Hi Joel,

The above code looks strange to me.  The method and the field name
should not use the same name.


More information about the Tutor mailing list