Python 3.12 is out!!
Download it from python.org
Some features I'm excited about:
- Improved ‘Did you mean …’ suggestions for NameError, ImportError, and SyntaxError exceptions 💡
- asyncio performance improvements ⚡
- f-strings!! Expression components inside f-strings can now be any valid Python expression
What's new in Python 3.12:
https://docs.python.org/3.12/whatsnew/3.12.html
#Python