Bringing Python to Workers using Pyodide and WebAssembly
04/02/202416 min readStarting today, in open beta, you can now write Cloudflare Workers in Python.This new support for Python is different from how Workers have historically supported languages beyond JavaScript — in this case, we have directly integrated a Python implementation into workerd, the open-source Workers runtime. All bindings, including bindings to Vectorize, Workers AI, R2, Durable Objects, and more are supported on day one. Python Workers can import a subset of popular Python packa...
Read more at blog.cloudflare.com