Tested with python 3.6 - 3.8. The Full Object API allows full interaction between JavaScript objects within Python code, and Python objects within JavaScript code. In Python, this works very ...
var pynode = require('pynode'); pynode.exec(filename, arguments) .then(function(data){ data = JSON.parse(data); console.log(data); }) .catch(function(err){ console ...