Python 3.11 is finally released. In the CPython release team, we have put a lot of effort into making 3.11 the best version of Python possible. Better tracebacks, faster Python, exception groups and except*, typing improvements and much more. Get it here: This is the stable release of Python 3.11.0 Python 3.11.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.11 series, compared to 3.10 Some ...
Not if you compare it to languages like Lua, Javascript, LISP. Those languages can get really close to native for general code.
Not suggesting Python needs to become more like those languages, which generally don’t have the same nice features Python does.
But I’m saying it should maybe be a goal to get much closer to them without having to write a C module.