Kesaco ? A Python to Javascript translator written in Python. PythonScript is a subset of Python. It's compiled to plain old Javascript. Getting started pip install pythonscripttranslator wget http://bit.ly/YSAbSS -O pythonscript.js echo 'print "H�llo World"' > app.py pythonscript < app.py > app.py.js source pythonscript.js and the generated app.py.js from an html page as you would do with classic