Comment

Paul Hildebrandt

Property is one of my favorite things about new style classes. They can make something akward seem more pythonic.

Replies

Peter Bengtsson

I like the syntax and the look of them but rarely use it. I find it a little bit a solution to a problem that isn't really a problem. In the real world you either just leave the attributes as they are and/or you write full-blown attribute getters/setters that mix in business logic or other legacy fixing logic.