Type Hints in Python: The Good, the Bad and the Ugly
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 ...
diptonil.hashnode.dev10 min read