Don Hackote 1 year ago Interesting #python article about Duck Typing. Duck Typing in Python: Writing Flexible and Decoupled Code – Real PythonIn this tutorial, you'll learn about duck typing in Python. It's a typing system based on objects' behaviors rather than on inheritance. By taking ...