Cool New Features in Python 3
Cool New Features in Python 3
8
Chris Bailey 11 Lessons 57m
intermediate python
In this course, you’ll get a look into the newest version of Python. On October 14th, 2019 the first o icial version of
Python 3.8 became ready.
With a few exceptions, Python 3.8 contains many small improvements over the earlier versions. Towards the end of
the course, you’ll see many of these less attention-grabbing changes, as well as a discussion about some of the
optimizations that make Python 3.8 faster than its predecessors.
If you want to learn more, additional resources will be referenced and linked to throughout the course.
7. importlib.metadata (03:58)
Watch Now
Mark as Completed
Chris is an avid Pythonista and creates video tutorials for Real Python. He is a programmer and
data analyst. He creates music under the name Tripnet. Chris lives in Colorado with his wife and
two dogs.
Each tutorial at Real Python is created by a team of developers so that it meets our high quality standards. The team members who
worked on this tutorial are:
Cool, I do use a lot that print f"variable={variable}" to log what is happening, the new feature will sure help
me.
Thanks for the course :) It’s very useful to learn new features
I am just learning Python and want to start with the latest version. I have been using version 3.7. So this was very
helpful to me.