[Baypiggies] processing multiple lists in step

Jeff Enderwick jeff.enderwick at gmail.com
Thu Sep 10 09:08:23 CEST 2009


I like using list-comps in Python. Is there a nice way to process more
than one list concurrently in this style? By this, I mean that the 1st
iteration would act on L1[0] and L2[0], the 2nd iteration would act on
L1[1] and L2[1], and so on. Sorry if the soln is obvious - I am tired
:-)


More information about the Baypiggies mailing list