Airflow is a tool commonly used for Data Engineering. It’s great to orchestrate workflows. Version 2 of Airflow only supports Python 3+ versions, so we need to make sure that we use Python 3 to install it. We could probably install this on another Linux d... (more…)
Read more »
A gentle introduction to world of Python packaging and writing your first python package. (more…)
Read more »
Sixfold makes millions of ETA predictions daily. In this post, we'll go behind the scenes of how this is achieved. (more…)
Read more »
Pip 25.0 has been out for a bit over a month now; and we now also have an official blog post about the release, as well as a 25.0.1 patch for a regression.
Pip 25.0 has what I consider a very serious (more…)
Read more »
As I thought I might, today I spent some
time adding full and relatively honest type hints to my recent
Python program. The
experience didn't go entirely smoothly and it left me with a number
of learning experiences and things I want to note down in case... (more…)
Read more »