|
|
|
|
|
by dorfsmay
2966 days ago
|
|
So you must be a fan of obfuscated C contests? The main reason list comp in python were given so much praise is because how they are (were?) More efficient than loops. I personally find a series of generator expressions followed by a list comp more readable than a three-level list comprehension, although the latter is more readable. |
|