A First Look at Python Protocols (PEP 544)
I really like the type hints added to python 3.5, PEP 484, but somehow I totally missed PEP 544 - Protocols: Structural subtyping (static duck typing). Protocols were added to python 3.8 which, while it is the current stable version of Python, is alm...
fronkan.hashnode.dev4 min read