Some New Features in Python 3.9

Some New Features in Python 3.9
In this video I go over four new features in Python 3.9: new syntax for merging/updating dicts, native timezone support, the use of collection classes as opposed to the typing model for type support, and removeprefix and removesuffix method for strings.

In this video I go over four new features in Python 3.9: new syntax for merging/updating dicts, native timezone support, the use of collection classes as opposed to the typing model for type support, and removeprefix and removesuffix method for strings.

https://docs.python.org/release/3.9.0/whatsnew/3.9.html

Get the code here: https://prettyprinted.com/l/wOS

00:00 - Intro
00:22 - Dict Merge/Update
03:33 - Native Timezones
06:22 - Collection Type Hints
08:48 - str.removeprefix

Suggest:

Python Tutorials for Beginners - Learn Python Online

Complete Python Tutorial for Beginners (2019)

Learn Python in 12 Hours | Python Tutorial For Beginners

Python Programming Tutorial | Full Python Course for Beginners 2019

Python Tutorial for Beginners [Full Course] 2019

Introduction to Functional Programming in Python