Mean Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Calculate the running average of a sequence | itertools enumerate mean |
| Intermediate | Movie data analysis | defaultdict movie data sorting namedtuple data analysis mean |
| Intermediate | Rolling two dice for an advantage | itertools mean math |
| Advanced | Subclass the list built-in | dunder methods list exception handling properties inheritance mean statistics median operator overloading |