In this series looking at features introduced by every version of Python 3, this is the third looking at Python 3.5. In it we look at the remaining new syntax and some other language additions. These include a matrix multiplication operator, enhancements to argument unpacking and handling of StopIterator exceptions within generators.
This is the 10th of the 18 articles that currently make up the “Python 3 Releases” series, the first of which was Python 3 Releases: What’s New in 3.0. This article was preceded by Python 3 Releases: What’s New in 3.5 - Part 2, Type Hinting.
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 18 articles that currently make up the “Python 3 Releases” series, the first of which was Python 3 Releases: What’s New in 3.0. This article was preceded by Python 3 Releases: What’s New in 3.5 - Part 1, Coroutines.