This project is aimed to provide comprehensive comparative tables of Python and JS syntax and language features.
Current tables are 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 statis version, do
python freeze.py
Site generation uses Flask and to provide static version we use Frozen Flask.