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 »
I'm eudaemonic to announce the immediate availability of Python 2.7.18. (more…)
Read more »
This is a problem folks new to Python have, and sometimes can't articulate that they have it. They don't know which package is the "right" o... (more…)
Read more »
Part of my journey to learn Python (properly) by the reading the official language tour. This part is covering Data Structures and Modules. (more…)
Read more »
Automate your ML model train-deploy cycle, garbage collection, and rollbacks from Python with an open-source PyPi package based on Cortex... (more…)
Read more »