How can I use Brython to compile Python to Javascript? I want to do this on my computer, so I can the run Javascript with nodejs, eg.
$ python hello.py
Hello world
$ brython hello.py -o hello.js
$ node hello.js
Hello world
The examples on the Brython website only explain how do this in the browser http://www.brython.info/index_en.html