When is it better to use zip instead of itertools.izip?
In 2.x, when you need a list instead of an iterator.