tutorial.eyehunts.com
Python multiple constructors | Example code
In Python, you can't define multiple constructors. However, you can define a default value if one is not passed.
Rohit