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

Fast Non-Standard Data Structures for Python

Python provides great built-in types like dict, list, tuple and set; there are also array, collections, heapq modules in the standard library; this article is an overview of external lesser known packages with fast C/C++ based data structures usable from ... (more…)

Read more »