New: Iterator slicing in Python
We previously discussed in the iterators lesson how Python iterators relate to Haskell lists. If you’re familiar with the itertools module, these next lessons will help you get started quickly with Haskell’s Data.List module. We begin with a discussion of islice.

