Cloudflare Workers Now Supports Python (Beta)
cloudflare.com

Cloudflare has announced first-class support for Python in Workers, compiled to WebAssembly using the Pyodide runtime, enabling data science at the edge.

// PYTHON
from js import Response def fetch(request): return Response.new("Hello from Python at the edge!")
PUBLISHED: FEB 22TOPIC: INFRAEST TIME: 5 MINS