#100DaysOfCode in Python Transcripts
Chapter: Days 19-21: Iteration with itertools
Lecture: Introduction to the lesson
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Good day guys, this is Julian Sequeira,
0:02
and welcome to iteration with itertools.
0:06
This is going to be a three day series
0:08
just touching on the more common,
0:11
arguably more common, usages of itertools.
0:15
We'll start off with a bit of a coverage
0:17
of what iteration is, very basic stuff,
0:20
and then we'll get straight on into itertools.
0:23
So carry on, move on to the three day overview
0:26
for some more detail,
0:28
and then we'll get straight into the code.