Elsewhere
Release TIL Research Tool Museum Sighting
Filters: Sorted by date
3,490 results
«« first
« previous
page 28 / 117
next »
last »»
TIL
Trying out Python packages with ipython and uvx
— I figured out a really simple pattern for experimenting with new Python packages today:
Release
files-to-prompt 0.5
— Concatenate a directory full of files into a single prompt for use with LLMs
Tool
APSW SQLite query explainer
— Analyze and explain SQLite queries using APSW by entering SQL code and executing it in an in-browser Python environment. The tool provides detailed query analysis including execution plans, expanded SQL, and query information to help understand how SQLite processes your queries. Optional setup SQL can be run before the main query to create tables or initialize data, and parameterized queries are supported through labeled input fields.
TIL
Running pytest against a specific Python version with uv run
— While [working on this issue](https://github.com/simonw/datasette/issues/2461) I figured out a neat pattern for running the tests for my project locally against a specific Python version using [uv run](https://docs.astral.sh/uv/guides/scripts/):
TIL
Running pytest against a specific Python version with uv run
— While [working on this issue](https://github.com/simonw/datasette/issues/2461) I figured out a neat pattern for running the tests for my project locally against a specific Python version using [uv run](https://docs.astral.sh/uv/guides/scripts/):
Tool
SQL Pretty Printer
— Format and beautify SQL queries with customizable styling options. This tool supports multiple SQL dialects including SQLite, PostgreSQL, and MySQL, allowing you to control indentation width, keyword capitalization, and indentation style. The formatted output can be easily copied to your clipboard with a single click.
«« first
« previous
page 28 / 117
next »
last »»
