My Python Dev Workflow: Conda + uv for Scientific Computing

Posted on Sun 15 February 2026 in Python

After years of wrestling with Python environments for scientific computing, I've settled on a conda + uv hybrid workflow. Here's why it works and the pitfalls I hit along the way.


Continue reading

Making Conda Work with Python Tools (uv, pipx)

Posted on Fri 24 January 2025 in Python

How to fix VIRTUAL_ENV detection for conda environments so tools like uv and pipx work correctly


Continue reading

Dynamic Versioning with Poetry: A Complete Guide

Posted on Fri 24 January 2025 in Python

How to set up automatic versioning for Python projects using git tags with poetry-dynamic-versioning


Continue reading