Comparison of Python and JavaScript features, to be presented live to a group of Pythonistas.
Order of featues inspired by naucse.python.cz, modified to my personal taste. Scroll down for more complex topics and some features from Python 3.8.1 and ES2020.
The Notebook is published at peter.hozak.info/python-javascript.
Please create a github issue. Don't expect active development after the end of year 12020 HE.
- Edit python-javascript.ipynb in a modern desktop browser (e.g. Firefox 78.0.2):
cd python-javascript
conda create -n python38 python=3.8 anaconda=2020.02
conda activate python38
nvm use
jupyter notebook
-
Re-run all cells, including the one to change CSS formatting.
-
Save as docs/index.html.
jupyter nbconvert --to html python-javascript.ipynb --NbConvertBase.default_language=javascript --stdout > docs/index.html
- git add, commit, push