Custom Collection Practice

Python Morsels Exercise Path

Get practice making dictionary-like, set-like, and list-like classes.

In these exercises you'll make more of these custom collections than you'll likely ever need to write in your own code.

Do the "Deeper into Classes" path before this one (one of the exercises in that path is a prerequisite for that's in this one).

Exercises included
PermaDict
CyclicList
SequenceZip
Grouper
OrderedSet
OrderedSet (revisited)
ProxyDict (revisited)
Loading...