Classmethod Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intermediate | Define a score enum and customize it adding methods | enum __str__ classmethod |
| Intermediate | Oop fun at the zoo | itertools classes __str__ classmethod |
| Intermediate | Primitive date format inferrer | datetime exception handling enum classmethod |
| Intermediate | Alternative constructors | classes classmethod |