Partial list comprehensions

Joel Davis callmeclaudius at gmail.com
Fri Dec 4 15:22:55 EST 2009


Is it possible to run a list comprehension over a certain portion of
the list? My goals is to be able to run the comprehension on the
innermost elements of the list, but leaving the outermost intact.



More information about the Python-list mailing list