Discussing Type Hints, Protocols, and Ducks in Python

The Real Python Podcast

Episode | Podcast

Date: Fri, 03 Dec 2021 12:00:00 +0000

There seem to be three kinds of Python developers: those unaware of type hints or have no opinion, ones that embrace them, and others who have an allergic reaction at the mention of them. Python is famously a dynamically typed language, but there are advantages to adding type hints to your code. This week on the show, we have Luciano Ramalho to discuss his recent talk titled, "Type hints, protocols, and good sense."