Hacker News new | ask | show | jobs
by hleszek 1007 days ago
The easiest and modern way is simply to use asyncio...
2 comments

Which is concurrent but not parallel.
Asyncio is about reading from multiple sockets. It is not a tool for dealing with concurrency in general in programming.