News

Python 3.14 has a new feature called the template string, or t-string, type. A t-string superficially resembles an f-string, but it’s designed to do something very different.
With the new parser, we’re now able to split this line across multiple lines using parentheses like so: Which is Pythonic . Now, before we move on — there is one minor oddity in this new feature.
Python 3.11 brings in several new type-hinting additions. The Self type Class methods that return self previously required obtuse and verbose annotations to be useful.