Jan 1, 2022
Thanks for the comment, Arun! IMO list comprehensions are super readable, especially relative to most higher order functions that do the same task. args/kwargs is a different story though and you bring up a good point. In API frameworks there's hopefully solid docs for each parameter, but you do sacrifice understandability.
I'd also be curious to see what other people think.