Y
Hacker News
new
|
ask
|
show
|
jobs
by
bluecalm
2895 days ago
Aren't map and filter just redundant if you accept list comprehension as Pythonic thing to do?
1 comments
jrs95
2894 days ago
Maybe
just
map and filter but there are far more operations that can be done on these types than what is cleanly expressed in a comprehension.
link