Python Type Hinting: Duck Type Compatibility and Consistent-With
<p>Sometimes, Python type hinting can make things easier. True, not always — but at least in my opinion, quite often it does — given that it’s done wisely. Some disagree, but I am not going to dispute with them: in my eyes, this is quite a subjective subject.</p>
<p>I wrote what I think about Python type hinting, how to use it to increase code readability, and how <em>not</em> to use it to do otherwise, in the following article:</p>
<p><a href="https://medium.com/towards-data-science/python-type-hinting-duck-type-compatibility-and-consistent-with-72e8b348d8ac"><strong>Read More</strong></a></p>