ih4cku / blog

deprecated, Git issues are great for writing blogs :)
2 stars 0 forks source link

Boost.Python #94

Open ih4cku opened 8 years ago

ih4cku commented 8 years ago

codes

resources

SO posts

ih4cku commented 8 years ago

caffe python design

dev history

Python layer

ih4cku commented 8 years ago

Everything is an object

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: