#packaging
Tag
-
Python package managers: uv vs pixi?
When I talk to people about Python package management in 2025 I see the following tools in active use;
uv,pixi,pip,conda,mamba,micromambaandpoetry. There may be others, but I don’t hear much about them. -
Publishing open source Python packages on GitHub, PyPI and Conda Forge
In this post we will cover making our code available to people. This is the bit where we open the source! We will push our code to a code posting platform and then package up our library and submit it to a couple of repositories to make it easy for people to install.