Python object model
“In Python, everything is object”.
What does it means? Is that like other Programming Language (for example Java),
everything in Python is instance of Base Class?
If it is, what is the Base Class in Python? I have heard about object
class in Python, is that Base Class?