Objects and classes in Python
latest
Decorators
Constructing classes
dict_from_class()
property_from_class()
Deconstructing classes
type(name, bases, dict)
Subclassing
int
Subclassing
tuple
What happens when you call a class?
Metaclass
The
__metaclass__
attribute
Decorators versus __metaclass__
JavaScript objects
Exercise: A line from a file
Exercise: Property from class decorator
Exercise: Named integers
Exercise: Subset of a set
Exercise: Class to and from class data
Exercise: Your own class to class decorator
Objects and classes in Python
Docs
»
Index
Edit on Bitbucket
Index