openCuts 💇 is an open-source Python library designed to interface with popular salons using public and private API's. It provides a common interface to the Zeonti (Supercuts), Regis (Supercuts)... (more…)
Read more »
This is the third of a 8 part tutorial series where we will explore a critical part of network infrastructure. In this tutorial we are… (more…)
Read more »
Your sync and async code can be identical, but still, can work differently. It is a matter of right abstractions. In this article, I will show how one can write sync code to run async programs in Python. (more…)
Read more »
So this isn’t great:
$ nix-env -i python3
installing 'python3-3.10.0a5'
Why isn’t this great? Well, because in the Python versioning scheme, python3-3.10.0a5 is short for “Python 3.10.0 alpha version 5.” The latest stable release of the Python reference i... (more…)
Read more »