Python’s data model by example

After last post on OOP a logical follow-up is Python’s data model. We use the great Fluent Python book to code up an example of our own, showing the powerful way you can leverage this data model. You can download the notebook here.

3.6 new features

Finally got a chance to look into Python 3.6’s new features. In this post some highlights and pointers.