#static-type-checking

[ follow ]
#python
fromRealpython
1 month ago
Python

Exploring Protocols in Python - Real Python

Protocols in Python enable structural subtyping and static duck typing, enhancing type hinting and type checking capabilities.
fromLuke Plant's home page
1 month ago
Python

Statically checking Python dicts for completeness

Creating a complete dictionary for enum states in Python can be ensured through a specific coding technique.
[ Load more ]