Python classes: Dynamic properties
Posted on 10 March 2010 in Articles • Tagged with programming, Python • 3 min read
Python never stops surprising me. While doing my master IT project, I was looking for a way to add dynamic properties to classes (we're speaking of new-style classes of course!). I did a little research and here are the results...
Continue reading