Sure but that runtime is much more general purpose - JS runtimes are focused on network apps. For example you can write an app like Calibre in Python and QT and it is much lighter than writing something with JS and Electron.
Python is easier to interface with C/C++ libs.
The async loop does not automatically make it "focused on network apps". Most apps I work with in Python also run on an async runtime.