What is a list compression in Python?

Luis M. González luismgz at gmail.com
Wed Jan 20 14:13:07 EST 2010


On Jan 18, 1:07 pm, Kit <wkfung.e... at gmail.com> wrote:
> Hello Everyone, I am not sure if I have posted this question in a
> correct board. Can anyone please teach me:
>
> What is a list compression in Python?
>
> Would you mind give me some list compression examples?
>
> Thanks & really appreciate that.
> Kit

It's also worth noting that from Python 3.0 on, you have also dict and
set comprehensions.




More information about the Python-list mailing list