Function overloading in Python: Missing - Stack Overflow - 0 views
-
keyword arguments with default values can go a long way.
-
In Python, I think it's more accepted to use duck typing -- asking what an object can do, rather than what it is
-
it goes against the spirit of Python to worry a lot about what types are passed into methods