Hacker News new | ask | show | jobs
by orf 637 days ago
It’s common to have a list of objects with different types, but which implement the same interface. Duck typing of this kind is core to Python.
1 comments

Good point.