In this chapter, we present a more in-depth view of classes. Topics include static methods, accessing object attributes directly via getattr
and setattr
, creating datatypes, and implementing objects that can be compared, added, multiplied, and so forth.