Duck Typing in Python
Learn what Duck Typing is and how to use it in Python. (more…)
Read more »
When it comes to programming, I have a belt and suspenders philosophy.
Anything that can help me avoid errors early is worth looking into.
The type annotati… Read more