Tag

uv

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2025 · Fundamentals

Introducing uv: A High‑Performance Unified Python Packaging Tool

uv is a Rust‑based, ultra‑fast Python package manager and dependency resolver that expands beyond pip to provide end‑to‑end project management, tool installation, workspace support, Python version bootstrapping, single‑file script execution, and a unified interface comparable to Cargo, dramatically simplifying Python development workflows.

Dependency ResolutionPackage ManagementRust
0 likes · 12 min read
Introducing uv: A High‑Performance Unified Python Packaging Tool
DevOps Engineer
DevOps Engineer
May 6, 2025 · Backend Development

Getting Started with uv: Fast Python Package Management and Project Initialization

This article introduces uv, a Rust‑based Python package manager, and demonstrates how to initialize a project with uv init, add dependencies with uv add, manage virtual environments via uv venv, and run tools with uvx, offering a faster, more automated alternative to pip and requirements files.

Dependency ResolutionPackage ManagementPython
0 likes · 6 min read
Getting Started with uv: Fast Python Package Management and Project Initialization
Code Mala Tang
Code Mala Tang
Apr 13, 2025 · Backend Development

How to Build a Scalable Python Monorepo with UV: From Setup to Dependency Management

This tutorial shows how to use the UV tool to create a Python monorepo with separate API, core, and common library projects, manage dependencies with individual pyproject.toml files, and share reusable modules across FastAPI and other services.

MonorepoPackage ManagementPython
0 likes · 7 min read
How to Build a Scalable Python Monorepo with UV: From Setup to Dependency Management
Code Mala Tang
Code Mala Tang
Mar 29, 2025 · Fundamentals

Master Python Project Setup: From Git Init to uv Automation

This guide walks you through building a Python project from scratch, covering Git initialization, virtual environment creation, version management with pyenv, dependency handling with Poetry and the all‑in‑one tool uv, plus commands for installing, adding packages, running tests, and formatting code.

PoetryProject SetupPython
0 likes · 7 min read
Master Python Project Setup: From Git Init to uv Automation
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 22, 2024 · Backend Development

Implementing Visitor Logging with Spring Boot and Vue: PV/UV Tracking Component

This tutorial demonstrates how to record and display website visitor statistics by using a Spring Boot backend with an IP‑based visitor identifier, a custom @VisitLog annotation, a MySQL visit‑log table, and a Vue front‑end component that shows PV and UV counts.

AspectPVSpring Boot
0 likes · 19 min read
Implementing Visitor Logging with Spring Boot and Vue: PV/UV Tracking Component