abstractions-in-python.github.io

Classes

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.

Notebook

Videos

To learn more

Possible problem sets