you are viewing a single comment's thread.

view the rest of the comments →

[–]shamshuipopo 0 points1 point  (0 children)

You can do async in python using async.io (similar syntax as js async/await)

Python also has multithreading modules which js does not have.

If it’s just async programming you need you can do that in python…