OT: This Swift thing

Marko Rauhamaa marko at pacujo.net
Sun Jun 15 09:10:15 EDT 2014


Johannes Bauer <dfnsonfsduifb at gmx.de>:

> def make_street_address_map(info_list):
>     return { info.get_street_address(): info.get_zip_code()
>                for info in info_list }

Live and learn. Have been an the lookout for dict comprehensions, but
didn't notice they were already included.


Marko



More information about the Python-list mailing list