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 93 7Aug 10 '24

使用 uv 管理 Python 環境

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

Learn More 52 0Jan 8

UV: A Faster, More Efficient Python Package Manager

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

Learn More 10 0Apr 20

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

Python FastAPI quickstart in uv

Install uv for Python package and venv manager Guide brew install uv Initialize...

Learn More 6 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

⚡️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

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

How to be Test Driven with Spark: Chapter 2 - CI

This goal of this tutorial is to provide a way to easily be test driven with spark on your local...

Learn More 1 0Feb 23

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

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

Conociendo uv

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

Learn More 0 0Sep 23 '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

How to be Test Driven with Spark: Chapter 0 and 1 - Modern Python Setup

Chapter 0: Why this tutorial This goal of this tutorial is to provide a way to easily be...

Learn More 0 0Feb 15

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