Just one word: typing [1].
Makes life a lot easier.
Two words: typing, mypy [1]
The editor support that I get from typing/mypy is fantastic! It feels like writing in a statically typed language. To me this is by far the most important feature of Python3. It's a godsend for larger/complicated code bases.