Iterate multiple list with python using zip and izip_longest
In python you commonly have to iterate over multiple list at the same time, this video explains how to do that. It also shows you how to iterate over multiple list if the list are of a different size. izip_longest requires Python 2.7 or greater.