Zip Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Fix a truncating zip function | itertools zip 100days |
| Intermediate | Generate a table of n sequences | generators zip |
| Intermediate | Transpose a data structure | dict zip |
| Intermediate | Write an infinite sequence generator | itertools generators zip string module |
| Advanced | Parse unix cal to a weekday mapping | re zip Unix |
| Advanced | Scoring matrices | zip enumerate numbers looping bioinformatics |