โ All modules
Data Modeling and Typing
Model data cleanly with enums, structured types, and typing tools.
Lessons
- 1Create an EnumFree ยท +10 XP
- 2Use a NamedTuple๐ Pro ยท +10 XP
- 3Describe a Dictionary with TypedDict๐ Pro ยท +10 XP
- 4Use default_factory in a Dataclass๐ Pro ยท +10 XP
- 5Make Immutable Data with frozen Dataclasses๐ Pro ยท +10 XP
- 6Describe Behavior with a Protocol๐ Pro ยท +10 XP
- 7Modeled Card ChallengeChallenge๐ Pro ยท +25 XP