Better error messages, support for Linux profiling tools, and many improvements to Python's type hinting have just landed. Let's take a look.| InfoWorld
Hypothesis 6.x¶| hypothesis.readthedocs.io
This PEP introduces the concept of type defaults for type parameters, including TypeVar, ParamSpec, and TypeVarTuple, which act as defaults for type parameters for which no type is specified.| Python Enhancement Proposals (PEPs)
Python 3.11 has hit the beta (now released!) stage, which means no more new features. It’s a perfect time to play with it! The themes in this update are the standard ones: The faster CPython project is now fully going (3.11 is 25% faster on average), along with improved error messages, typing, and asyncio. Beyond this, the only major new feature is a library for reading TOML files; this probably only exciting if you are involved in Python packaging (but I am, so I’m excited!).| ISciNumPy.dev