News

The best new features and fixes in Python 3.14 Python 3.14’s beta has arrived. Now’s the time to get a head start on working with powerful features like template strings, deferred-evaluated ...
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.
Python 3.10 development has stabilized and we can finally test out all of the new features that will be included in the final release. We’ll cover some of the most interesting additions to ...
"Previously, the folding regions were defined just by indentation, which was not ideal for some cases, for example, with multi-line strings as pointed out in our issue tracker. Now folding regions ...