A look at the best new features in Python 3.9 - The Fact Factory

Post Top Ad

Wednesday, 29 July 2020

A look at the best new features in Python 3.9


It’s that time again: a new version of Python is imminent. Now in beta (3.9.0b3), we will soon be seeing the full release of Python 3.9. Some of the newest features are incredibly exciting, and it will be amazing to see them used after release. We’ll cover the following ones: Dictionary Union Operators Type Hinting Two New String Methods New Python Parser Let’s take a first look at these new features and how to use them. Dictionary unions One of my favorite new features with a sleek syntax. If we have two dictionaries a and b that we need to merge, we can now…

This story continues at The Next Web


No comments:

Post a Comment