Type Hints in Python: The Good, the Bad and the Ugly
Oct 1, 2023 · 10 min read · Introduction Python is a duck-typed language, which means the language is type-inferred (it doesn't care whether an object is a 'duck'. As long as it 'quacks', it is good to go. In other words, when we assign an object to a variable, Python does not ...
Join discussion



