Dev.to#tech
The Python GIL, explained without the hand-wavingtranslating…
2h agoFactuality: 64/100USAForem (DEV Community)
Every Python developer eventually hits this conversation:
"Just use threads to speed it up."
"Python threads don't run in parallel. The GIL."
"So threads are useless in Python?"
"No, they're great for—"
"You just said they don't run in parallel!"
Both people are half right…