Python Type Hinting: Duck Type Compatibility and Consistent-With

<p>Sometimes, Python type hinting can make things easier. True, not always &mdash; but at least in my opinion, quite often it does &mdash; given that it&rsquo;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&nbsp;<em>not</em>&nbsp;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>