AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Python 3.5 - Type Hints
3.5 got the pep 44 type hints. What is type hinting and is it used by the interpreter the hints or is it just syntactic sugar? So the type hints is an optional mechanism that people can use. It's especially popular with sort of larger companies that have very large code bases written in Python.