Created a YouTube tutorial
Just published a short YouTube video showcasing one great function from the built-in module `itertools`, the function `itertools.product`, quite helpful when you need to take 2 or more iterables and create all possible combinations of elements.