|
You are here |
jpfennell.com | ||
| | | | |
dominickm.com
|
|
| | | | | Dependency management in software development is often akin to playing an elaborate game of Jenga where everyone involved is on their third IPA: every block you move introduces the risk of toppling the tower which is becoming more wobbly over time. Complexity Unchained Python prides itself on simplicity and readability, but as soon as you [...] | |
| | | | |
pewpewthespells.com
|
|
| | | | | ||
| | | | |
www.jennapederson.com
|
|
| | | | | Here's how you can manage Python versions and packages with `uv`. | |
| | | | |
vxlabs.com
|
|
| | | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the... | ||