Poe the Poet
Introducing Poe the Poet, a tool for managing project tasks and commands via pyproject.toml, demonstrated with a Python documentation setup.
Introducing Poe the Poet, a tool for managing project tasks and commands via pyproject.toml, demonstrated with a Python documentation setup.
A developer documents adding static type checking to a Python blog engine using pyrefly, fixing an incorrect type hint.
Using PEP 735 dependency groups with uv run to simplify Python project setup and testing, plus automating redirects for a TIL site.
Release notes for sqlite-utils 3.39, featuring bug fixes for plugin installation with uv and new functionality for custom SQL functions.
A developer documents upgrading a Datasette plugin for the 1.0 alpha, using tools like uv and OpenAI Codex CLI, including video and notes.
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.
A cleaner method for managing Python package version numbers using uv and importlib.metadata, avoiding manual updates.
How to use uv to manage a single source for your Python package version, eliminating the need to update it in multiple files.
Using uv run with Make to test Python code across multiple versions, replacing tools like Tox or Nox.
Strategies to speed up Python dependency installation with pip, including caching, bytecode compilation, and using the uv tool.
An introduction to UV and Ruff, two modern tools designed to improve and speed up Python development workflows.
Analyzes the viability of using uv's managed Python in production, covering portability, performance, and security implications.