Articles by Tag #uv

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Python Packaging is Great Now: `uv` is all you need

The title of this post is a reference to Glyph's Python Packaging is Good Now. I think it's safe to...

Learn More 95 7Aug 10 '24

使用 uv 管理 Python 環境

要管理 Python 環境,你可以使用多種工具達成,像是使用 pyenv 來安裝不同版本的 Python、venv 或是 pipenv 管理虛擬環境、poetry...

Learn More 83 0Jan 8

Creating a To-Do app with HTMX and Django - Part 1: Creating the Django project with uv

In this series of posts we will create a To-Do app using HTMX and Django, following a TDD...

Learn More 9 3Jan 1

[Quickstart] Python FastAPI with uv

Install uv for Python package and venv manager UV Official Docs brew install uv ...

Learn More 7 0Jan 13

UV как альтернатива Poetry

Пакетных менеджеров для питона как-то слишком много. У этого, конечно, есть очевидная причина -...

Learn More 6 0Dec 1 '24

UV - A Ferramenta que Simplifica o Gerenciamento de Ambientes e Dependências no Python

Quem trabalha com Python sabe que pode ser um pouco chato lidar com o gerenciamento de ambientes...

Learn More 4 0Nov 14 '24

UV: A Faster, More Efficient Python Package Manager

Python, a versatile and widely-used programming language, relies heavily on external packages to...

Learn More 4 0Apr 20

⚡️PipZap: Zapping the mess out of the Python dependencies

Python's package management has always been a blessing and a curse to the community. Tools like pip...

Learn More 3 0Mar 30

Python 專案管理工具全面比較 - uv, Poetry, Pixi, Hatch, PDM, Conda, Mamba, Pipenv, venv, virtualenv

屈服於 SEO 所以轉貼文章到這裡,請見原文以獲得最好顯示效果以及資訊更新。 你知道 Python 有超過 10...

Learn More 2 0Mar 21

Say Hello to 'uv': The Simplest & Fastest Python Package Manager

Lately, I’ve been experimenting with new Python tools that can save me time and make development feel...

Learn More 1 0May 23

Motivation and Methods for Migrating Existing Python Projects to uv

Article Overview This article describes the motivation and methods for migrating existing...

Learn More 1 0Jun 14

Straight to the Money 💰 minimalistic yet all-inclusive Python project template

Stop wasting time in analysis paralysis over Python tooling choices 💸 Pick the defaults 💱 Go straight...

Learn More 1 0Dec 2 '24

Publish Your Python Package to PyPI Using GitHub Actions in 2025

Recently, I reached a point where I needed to publish a few Python packages: one was an API client...

Learn More 0 0Apr 17

Introduction to UV: The Modern Python Package Manager

In the ever-evolving landscape of software development, managing dependencies and projects...

Learn More 0 0Jun 8

Conociendo uv

uv es el nuevo administrador de proyectos escrito en Rust para python. ¿Por qué una nueva...

Learn More 0 0Sep 23 '24

Python UV: The Fastest Python Package Manager

It's been a headache to manage Python packages. But I feel I am saved from that when I meet UV. ...

Learn More 0 0Jun 28

Essential uv Usage for Daily Development

Article Overview This article describes how to use uv, a Python project management tool. I...

Learn More 0 0Jun 14

🐍 Don't Need to Create requirements.txt and .venv Manually [UV]

We need something better than pip — and that's where uv comes in. It’s a fast Python package manager...

Learn More 0 0Jun 22

Build a One-File EXE with PyInstaller (Including Binaries & Resources)

Packaging Python projects into standalone executables can be incredibly useful for sharing your work...

Learn More 0 0May 18

Efficient Python Dependency Management with uv in Docker for FastAPI

In modern Python development, managing project dependencies efficiently is crucial for optimizing...

Learn More 0 0Mar 5

Migrating Poetry to UV Package Manager

Poetry to UV Package Manager As the Python ecosystem continues to evolve, new tools come up...

Learn More 0 0Feb 14

Speed up CI with uv ⚡

Moved to https://hugovk.dev/blog/2024/speed-up-ci-with-uv/ We can use uv to make linting...

Learn More 0 0Nov 2 '24

Using uv Environment Kernels in Jupyter Notebook

Article Overview This article describes how to add/remove kernels for uv virtual...

Learn More 0 0Jun 14