Pythonic style

Christopher Reimer christopher_reimer at icloud.com
Thu Apr 28 00:00:44 EDT 2016


On 4/27/2016 8:23 PM, Ben Finney wrote:
> If you want items in a mapping, explicitly use a Python ‘dict’ instance.
> If you want attributes that describe an object, explicitly use
> attributes of that object. Deliberately choose which one makes more
> sense.

Okay, that makes sense.

Thank you,

Chris R.




More information about the Python-list mailing list