this post was submitted on 06 Jan 2024
791 points (96.4% liked)

Programmer Humor

31812 readers
545 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 months ago (1 children)
[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)

Skip. As in, "drop the first 5 elements of this iterable." dropwhile is "drop each element until the given predicate is satisfied." It's really not that obscure, I dunno what the original commenter is on about

[–] [email protected] 2 points 7 months ago

Yeah, I'm not even a python dev, I knew what dropwhile did immediately from the name. Some people just don't want to learn anything new, ever.