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. -- http://mail.python.org/mailman/listinfo/python-list
- Partial list comprehensions Joel Davis
- Re: Partial list comprehensions Stephen Hansen
- Re: Partial list comprehensions Mensanator
- Re: Partial list comprehensions Joel Davis
- Re: Partial list comprehensions Stephen Hansen