Skip to content

Aprillion/python-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python and JavaScript, side by side

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.

Contribution

Please create a github issue. Don't expect active development after the end of year 12020 HE.

Development

  1. 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
  1. Re-run all cells, including the one to change CSS formatting.

  2. Save as docs/index.html.

jupyter nbconvert --to html python-javascript.ipynb --NbConvertBase.default_language=javascript --stdout > docs/index.html
  1. git add, commit, push

About

Python and JavaScript side by side examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published