the amazing 50-loc test framework. Contribute to asemic-horizon/assertive development by creating an account on GitHub. (more…)
Read more »
I've recently gotten into following the tracks I'm listening to using Last.fm. One giant gap I've discovered in my everyday listening experience is that it's not easy to import all of the songs played in a DJ set into your Last.fm account, so I've decided... (more…)
Read more »
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on super long integers as implemented by Python. (more…)
Read more »
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 »