WeSearch
Hub / Tags / Datasette
TAG · #DATASETTE

Datasette coverage.

Every story in the WeSearch catalog tagged with #datasette, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

7 stories tagged with #datasette, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Datasette"

RELATED TAGS
#python3#webassembly3#programming2#software2#llm2#technology2#richard-si1#ai1#newsletter1#al1#anthropic1#opensource1
SIMON WILLISON'S WEBLOG

Running Python code in a sandbox with MicroPython and WASM

I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characterist…

49 views ·
#programming#python#webassembly
SIMON WILLISON'S WEBLOG

May 2026 newsletter

I just sent out the May edition of my sponsors-only monthly newsletter . If you are a sponsor (or if you start a sponsorship now) you can access it here . This month: Al got expens…

18 views ·
#technology#ai#newsletter
SIMON WILLISON'S WEBLOG

datasette 1.0a32

Release: datasette 1.0a32 A minor bugfix release. Fixes a bug with INSERT ... RETURNING queries via the new /db/-/execute-write endpoint and a bunch of base_url issues which showed…

16 views ·
SIMON WILLISON

Running Python ASGI apps in the browser via Pyodide + a service worker

By running Python ASGI web applications entirely in the browser using Pyodide and a dedicated service worker, this project intercepts all same-origin requests under `/app/` and exe…

13 views ·
#python#webassembly
SIMON WILLISON

datasette 1.0a30

An open source multi-tool for exploring and publishing data…

21 views ·
#software#technology
SIMON WILLISON

Datasette Agent

We just announced the first release of Datasette Agent, a new extensible AI assistant for Datasette. I’ve been working on my LLM Python library for just over three years now, ……

15 views ·
#technology#ai#data
SIMON WILLISON

What's new in pip 26.1 - lockfiles and dependency cooldowns!

Richard Si describes an excellent set of upgrades to Python's default pip tool for installing dependencies. This version drops support for Python 3.9 - fair enough, since it's been…

9 views ·
#python#programming#software