zip as iterator and bad/good practices

Fabien fabien.maussion at gmail.com
Fri Jun 12 11:05:19 EDT 2015


On 06/12/2015 05:00 PM, Fabien wrote:
> I've found the izip() function which should do what I want

I've just come accross a stackoverflow post where they recommend:

from future_builtins import zip

which is OK since I don't want to support versions <= 2.6



More information about the Python-list mailing list