This project is aimed to provide comprehensive side-by-side comparison of Python and JavaScript syntax and language features.
The site is available here.
If you want to contribute, you can edit files in the source
directory. It's in
qqmbr format, easy editable with
any text editor. Output of code samples is generated automatically (using
node.js for JS code).
To preview, run
python pythonvjs.py
To build static version, do
python freeze.py
Site generation uses Flask and to provide static version we use Frozen Flask.