Post #2273823
2026-05-07 07:29 UTC
@eliocamp@mastodon.social This isn’t apecific to your issue, but I’ve read Python people saying list comprehensions are easier to read than for loops. I simply cannot understand how that’s possible.
Replies (1)
-
@eliocamp@mastodon.social 2026-05-07 07:32
@jimgar@hachyderm.io They're not hard to understand if you translate them to lapply(). But the backward notation always trips me up.