Mark Piper

Results 77 comments of Mark Piper

For example, Project Pythia has a Jupyter Book, [Pythia Foundations](https://foundations.projectpythia.org/landing-page.html).

I've been [experimenting](https://github.com/csdms/ivy/tree/mdpiper/build-jupyter-book) with jb recently. For sustainability, I really want to use the same source (notebooks and markdown files) for teaching on a JupyterHub and for the Jupyter Book....

Awesome--thanks, @seanbergin!

Added link to _Responsible Scientific Software Practices_ video tutorial series with 4a1e9ac.

Note that there have been problems installing some CSDMS packages in 3.12.

Python resources: * There are some good examples in this Stack Overflow [blog post](https://stackoverflow.blog/2021/07/14/getting-started-with-python/) * Codecademy: [Learn Python 3 ](https://www.codecademy.com/learn/learn-python-3) (suggested by @avanblunk)

Shell resources: * A zork-esque [intro to the terminal](https://web.mit.edu/mprat/Public/web/Terminus/Web/main.html) from MIT (suggested by @erexer) * Include a bash cheat sheet (suggested by @iovereem)

General resources: * ["missing" CS lectures](https://missing.csail.mit.edu/2020/) (suggested by @erexer)

JupyterLab and Notebook keyboard shortcuts: * https://gist.github.com/discdiver/9e00618756d120a8c9fa344ac1c375ac * https://blog.ja-ke.tech/2019/01/20/jupyterlab-shortcuts.html