In this series looking at features introduced by every version of Python 3, we continue our look at the new Python 3.11 release, taking a look at new language features around type hints.
This is the 26th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.11 - Exception Improvements.
In this series looking at features introduced by every version of Python 3, we conclude our look at Python 3.10 by looking at updates to the standard library modules.
This is the 23rd of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.10 - Other New Features.
In this series looking at features introduced by every version of Python 3, we continue our look at Python 3.10, focusing on the new features in the language and library. In this post we’ll cover improved error reporting and debugging, new features for type hints, and a few other smaller language enhancements.
This is the 22nd of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.10 - Pattern Matching.
In this series looking at features introduced by every version of Python 3, we move on to Python 3.9 and examine some of the major new features. These include type hinting generics in standard collections, string methods for stripping specified prefixes and suffixes from strings, extensions to function and variable annotations, and new modules for timezone information and topological sorting of graphs.
This is the 19th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.8 - Library Changes.
In this series looking at features introduced by every version of Python 3, we begin to look at version 3.7 by seeing what major new features were added. These include several improvements to type annotations, some behaviour to cope with imperfect locale information, and a number of diagnostic improvements.
This is the 15th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.6 - Module Updates.
In this series looking at features introduced by every version of Python 3, we now move on to look at new features added in Python 3.6. This first article looks at some of the most significant new features added to the language added in this release. These include a new string formatting method, type hinting on variables, and asynchronous generators and comprehensions.
This is the 12th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.5 - Module Improvements.
In this series looking at features introduced by every version of Python 3, this is the second looking at Python 3.5. In it we examine another of the significant new features in this release, type hinting.
This is the 9th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.5 - Coroutines.