Open ih4cku opened 8 years ago
dev history
Python layer
What does it mean for everything to be an object?
It means all of the "things" mentioned above have all the properties we usually associate with objects (in the object oriented sense); types have member functions, functions have attributes, modules can be passed as arguments, etc. And it has important implications with regards to how assignment in Python works.
Reference:
codes
resources
SO posts