this post was submitted on 26 Mar 2025
0 points (NaN% liked)

Programmer Humor

25844 readers
2450 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 3 comments
sorted by: hot top controversial new old
[–] lime@feddit.nu 0 points 4 months ago (1 children)

all programs are single threaded unless otherwise specified.

[–] Successful_Try543@feddit.org 0 points 4 months ago (1 children)

Does Python have the ability to specify loops that should be executed in parallel, as e.g. Matlab uses parfor instead of for?

[–] lime@feddit.nu 1 points 4 months ago

python has way too many ways to do that. asyncio, future, thread, multiprocessing...