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?

»

Weeken with python (part 3)

In this serial, I write about what I learned about Python over the weekend. This week, I talked about (1) how to write a function to find an element in a list , (2) remove function of list, and (3) the different between __getattr__ and __getattribute__.

»

Weeken with python (part 2)

In this serial, I write about what I learned about Python over the weekend. This week, I talk about 2 problems (1) function argument ’s default value and (2) function variable argument.

»