this post was submitted on 24 Aug 2024
605 points (99.2% liked)

Programmer Humor

32041 readers
1429 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] 7 points 3 weeks ago (8 children)

I hate asyncs, but I don't mind the way Python does it.

[–] [email protected] 9 points 3 weeks ago (4 children)

I like async but dislike await. I spend entirely too much time on everything I build trying to maximize how much I can do in parallel because I find it tremendously satisfying.

[–] [email protected] 1 points 3 weeks ago (1 children)
[–] [email protected] 1 points 3 weeks ago

TaskGroup in Python is great

load more comments (2 replies)
load more comments (5 replies)