pyshell.on('message', function (message) {
console.log(message);
// once python sends a output it exits, but i has to look for event emission again right. forgive if i didn't understand " on " method properly.
});
will on keep on push the output instead of exit ? kind of polling