Python 3.11.2 release
-
A new version of Python 3.11 was released on March 27. If you're still on Python 3.10 or lower, you may want to consider an upgrade. According to the release notes, 3.11 is 10-60% faster than 3.10. In addition, it offers some new features, like a built-in TOML module, and fine-grained error locations in tracebacks. This makes debugging a lot easier, especially for those new to Python. Cheers