Getting values out of a CSV

Michael Hoffman cam.ac.uk at mh391.invalid
Fri Jul 13 06:08:36 EDT 2007


Daniel wrote:
> On Fri, 13 Jul 2007 08:51:25 +0300, Gabriel Genellina 
> <gagsl-py2 at yahoo.com.ar> wrote:
 >
>> Note that every time you see [x for x in ...] with no condition, you 
>> can write list(...) instead - more clear, and faster.
 >
> Faster? No. List Comprehensions are faster.

Why do you think that?
-- 
Michael Hoffman



More information about the Python-list mailing list