That isn't really related to language as much as it is to the API. JS is crap at handling asynchronous programming compared to Python (until it gets async/await/generators which Python already has) but most of Pythons standard library has blocking APIs.
Blocking?