These are my go-to libraries for Python data crunching.
AerynOS is an independent Linux distribution. It includes a unique installation and package manager. You can download and install this OS for free. I love a good ...
Astral's uv utility simplifies and speeds up working with Python virtual environments. But it has some other superpowers, too: it lets you run Python packages and programs without having to formally ...
When you install Python packages into a given instance of Python, the default behavior is for the package’s files to be copied into the target installation. But sometimes you don’t want to copy the ...
Python libraries are pre-written collections of code designed to simplify programming by providing ready-made functions for specific tasks. They eliminate the need to write repetitive code and cover ...
ProcessOptimizer is a Python package designed to provide easy access to advanced machine learning techniques, specifically Bayesian optimization using, e.g., Gaussian processes. Aimed at ...
Machine learning and AI libraries for Python are big. Really big. Nobody wants to download and install multiple copies of PyTorch or CUDA if they can reasonably avoid it. venvstacks allows you to ...
I have been using Pip package manager to install and manage Python packages inside the isolated python virtual environments in my Debian Linux 11. After upgrading Debian 11 to Debian 12, the Pip ...
Do you want to uninstall the Python PIP package you installed sometime back but don’t know how? Sometimes, you may want to remove a package and its dependencies, because you no longer need it or ...