Articles on current page (1-1 of 1)

January 2021

python 30

☑ What’s New in Python 3.0

I was slow to make the transition from Python 2 to 3 in the first place, and I never felt like I kept up properly with the new features. So I’m going to aim to do a series of articles looking at a different Python version in each and go through the new features added and catch myself up properly. This one addresses features added in Python 3.0 beyond those already in 2.6, including Unicode by default, type annotations, and exception chaining.

This is the 1st of the 32 articles that currently make up the “Python 3 Releases” series.

Read article ( 33 minutes )