Learning to Speak Object Oriented (Zed Shaw)codepad.org 4 pointsnicholjs14 years ago1 commentSaveHideCopy link On HNComments−candeira14yFound a bug:"instance : What you get when you tell Python to create a class."Of course, what you get when you tell Python to create a class is a class. This one should be:"instance : What you get when you tell Python to create an object of a given class."
Comments
Found a bug:
"instance : What you get when you tell Python to create a class."
Of course, what you get when you tell Python to create a class is a class. This one should be:
"instance : What you get when you tell Python to create an object of a given class."