What’s New in Python 3.7.0a0?
This article explains the new features in Python 3.7, compared to 3.6. (more…)
Read more »
Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes. Read more