Automatisation
Learning with Jupyter notebooks
https://github.com/jupyter-naas/awesome-notebooks
Articles/Guides/Tutorials
- Exploratory computing with Python - Collection of notebooks covering scientific computing.
- How to Grow Neat Software Architecture out of Jupyter Notebooks - Article and video about growing a neat software architecture from notebooks.
- Jupyter Notebook Extensions
- Jupyter Notebook Themes
- Jupyter tips, tricks and shortcuts
- Lectures on scientific computing with Python
- pytudes - List of Jupyter Notebooks by Peter Norvig.
Cryptography
- The Diffie–Hellman Key Agreement Protocol by David Champion. A notebook that demonstrates the Diffie–Hellman key agreement protocol.
- The Rivest–Shamir–Adleman (RSA) Cryptosystem by David Champion. A notebook that demonstrates the RSA cryptosystem.
- An Elliptic Curve Cryptosystem by David Champion. A notebook that demonstrates an elliptic curve cryptosystem.
- Elliptic Curves Over the Real Numbers by David Champion. A notebook demonstrating the properties of elliptic curves over the real numbers, which facilitates understanding the behavior of their cryptographic brethren over finite fields.