s3-credentials 0.17
Release notes for s3-credentials CLI tool version 0.17, introducing new commands for S3 bucket policy management and a local credential server.
Release notes for s3-credentials CLI tool version 0.17, introducing new commands for S3 bucket policy management and a local credential server.
Introducing ty, a new, extremely fast Python type checker and language server from Astral, promising massive speed improvements over mypy and Pyright.
Introducing Poe the Poet, a tool for managing project tasks and commands via pyproject.toml, demonstrated with a Python documentation setup.
A look at JustHTML, a new Python HTML parser library, and how it was built using AI-assisted programming and 'vibe engineering'.
A developer documents adding static type checking to a Python blog engine using pyrefly, fixing an incorrect type hint.
Analysis of Mistral AI's new open-source CLI coding agent 'Vibe', including its architecture, prompts, and a practical test.
Analysis of why using DeprecationWarning for API deprecations in Python libraries often fails, citing the urllib3 incident.
Django 6.0 is released, featuring new background workers and template partials for improved web development.
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.
Announcing sqlite-utils 4.0a1, a Python library and CLI for SQLite, detailing minor backwards incompatible changes before the stable release.
How to set default code block languages in Mkdocs for automatic Python syntax highlighting in documentation.
New release of the llm-gemini plugin adds support for nested Pydantic schemas, YouTube URL attachments, and the latest Gemini 3 Pro model.
A guide to parakeet-mlx, a project porting NVIDIA's Parakeet ASR model to Apple's MLX framework for fast, local audio transcription.
Security advisory for Datasette open redirect vulnerability fixed in versions 0.65.2 and 1.0a21, including additional features.
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
Learn to build personal data dashboards using Python Shiny, demonstrated through a classical guitar practice tracking example.
A guide on using the pyinstrument profiler to identify and analyze performance bottlenecks in Air applications built with FastAPI.
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.