Python is a fine language. It has a nice enough JIT compiler by now. Its structure is similar enough to JS to allow easy interop, and easy exposure of browser APIs exactly the way these APIs are exposed to JS.<p>But the power of Python currently <i>mostly</i> lies in its being a glue language. Python easily and neatly wraps things like numpy, scipy, polars, pytorch, etc, all implemented in native code. Not being able to use these would be a major limitation. But <i>being</i> able to use these would be a colossal change to the browsers' capabilities, security model, and, well, purpose.