Collections Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Newbie | Named tuple | namedtuples newbie collections |
| Newbie | In operator | in operator lists newbie collections |
| Newbie | Read the docs | documentation reading docs collections newbie |
| Beginner | Look up a value in 3 dictionaries | collections dict |
| Beginner | Group names by country | groupby collections defaultdict |
| Beginner | Gc content | bioinformatics collections |
| Beginner | Major and minor numbers | min numbers collections max |
| Intermediate | Make an index of story characters | enumerate string matching collections defaultdict sorting |
| Intermediate | Codon usage | bioinformatics textwrap collections |
| Intermediate | To rent or to stream movies? | typing datetime collections dict |