Plurrrr

Wed 15 May 2019

Things you’re probably not using in Python 3 – but should

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.

This article, Things you’re probably not using in Python 3 – but should, just reminded me that I probably should look into adding type hinting to the Python version of tumblelog.