Many people started switching their Python versions from 2 to 3 as a
result of Python EOL. Unfortunately,
most Python 3 I find still looks like Python 2, but with parentheses
(even I am guilty of that in my code examples in previous posts
–
Introduction to web scraping with Python). Below,
I show some examples of exciting features you can only use in Python
3 in the hopes that it will make solving your problems with Python
easier.