This article explains the new features in Python 3.7, compared to 3.6. (more…)
Read more »
Here we are. The universe. The vastness of spacetime. At the edge. The last frontier. The last beta*(conditions apply) for Python 3.11. (more…)
Read more »
In python, the Requests library allows us to make HTTP requests in our code and this is very key since many modern applications make use of data from third-p... (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. (more…)
Read more »
A "fold" is a fundamental primitive in defining operations on data structures;
it's particularly important in functional languages where recursion is the
default tool to express repetition. In this article I'll present how left and
right folds work and ho... (more…)
Read more »