Sections

Search

Engineer Describes Workplace Where 'Everything Is Made by Claude Code'OpenAI introduces GPT-6 Sol and Luna modelsllm CLI plugin llm-anthropic 0.29 adds support for Claude Opus 5.5TechCrunch AI reports on two years of AI data center fights in PennsylvaniaCloudflare makes Python Workers generally available after two-year preview
All stories

Models·

Cloudflare makes Python Workers generally available after two-year preview

Simon Willison reports Cloudflare's Python Workers left a two-year preview and are now stable, running Python on WebAssembly via Pyodide in the V8-based workerd runtime.

What happened

Cloudflare's Python Workers support is now generally available, leaving a two-year preview, according to Simon Willison. Willison writes that Cloudflare runs Python compiled to WebAssembly via Pyodide in its V8-based workerd runtime, and describes the release as a significant investment in the wider Python ecosystem. He notes the release announcement is credited to Gyeongjae Choi, Dominik Picheta, and Hood Chatham, with Gyeongjae and Hood both Pyodide core maintainers. [1]

Limits and local development

Willison reports documented limitations, most notably that multiprocessing and threading are non-functional in the WebAssembly VM. He also highlights the local development environment: the pywrangler tool (packaged as workers-py on PyPI) runs a full local simulation of Cloudflare's stack, including executing code with Pyodide in WebAssembly in V8 in a 123MB workerd binary, which for him ended up in node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd. [1]

Sources

  1. Simon Willison · Reporting · Sep 21, 2026
    Cloudflare Python Workers are now generally available
    Cloudflare Python Workers are now generally available
    After a two year preview, Cloudflare's support for running Python code in their server-side Workers platform is now stable