Lambda Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Parse a list of names | lambda min list comprehensions sorting |
| Beginner | Sorting words with constraint | lambda sorting string manipulation |
| Intermediate | Find the word with the most vowels | lambda list comprehensions string matching counting |
| Intermediate | Sort a list of book objects | lambda datetime list sorting namedtuple operator attrgetter |