PythonMonkey - JavaScript meets Python
$ pip install pythonmonkey
>>> import pythonmonkey as pm >>> hello = pm.eval(" 'Hello World'.toUpperCase(); ") >>> print(hello) 'HELLO WORLD'