Operator Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intermediate | Sort a list of book objects | lambda datetime list sorting namedtuple operator attrgetter |
| Intermediate | Gourmets' nightmare | Counter sorting operator intersection |
| Intermediate | Print car data grouped by manufacturer | itertools sorting data structures operator |
| Intermediate | Create a simple calculator | exception handling numbers operator |
| Intermediate | Starwars character with highest bmi | max tuple unpacking string manipulation operator |
| Advanced | Simple math equation solver | itertools exception handling operator math list operations |