Pybites Logo

Itertools Bite Exercises

Level Name Tags
Beginner Fix a truncating zip function itertools zip 100days
Beginner Calculate the running average of a sequence enumerate itertools mean
Beginner Find the number pairs summing up n looping itertools numbers
Intermediate Form teams from a group of friends itertools 100days
Intermediate Get all valid dictionary words for a draw of letters itertools set Scrabble 100days
Intermediate Retrieve the right ninja belt based on score OrderedDict itertools
Intermediate Write an infinite sequence generator generators itertools string module zip
Intermediate Oop fun at the zoo classmethod itertools classes __str__
Intermediate Print car data grouped by manufacturer operator data structures itertools sorting
Intermediate Split an iterable in groups of size n generators iterators itertools looping
Intermediate Visit all pycons in europe math dataclasses itertools data analysis
Intermediate Jagged list iteration itertools list
Intermediate Rolling two dice for an advantage math itertools mean
Intermediate Find all letter combinations of a phone number backtracking itertools strings
Advanced Find words that are > 95% similar file processing findall difflib SequenceMatcher itertools
Advanced Create a variable size paw patrol card deck with random actions itertools random string module namedtuple
Advanced Use an infinite iterator to simulate a traffic light iterators itertools namedtuple
Advanced Make a terminal spinner animation stdout itertools command line time sys
Advanced Longest coding streak fromordinal itertools toordinal timezones
Advanced Simple math equation solver exception handling itertools list operations operator math