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

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

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). Python 3 introduces data classes which do not have many restrictions and can be used to reduce boilerplate code because the decorator auto-generates special methods, such as and . One way to structure Python code is in packages (folders with an file).

Source: datawhatnow.com