Typeclasses in Python

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

Similar

Python Dev Setup on a Mac

This is a short guide to get properly set up with Python, virtual environments and git on your Mac (I’m on 10.10). Heavily inspired by these great tutorials.

Read more »