Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 742 Bytes

File metadata and controls

23 lines (12 loc) · 742 Bytes

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

  • Implement fractions.
  • Implement polynomials.