A repo to record learning and useful tools
- reveal.js an html framework - a bit fiddly to set up
- quarto + reveal.js - we have a repo template that publishes to gh-pages
- Marp easier to set up and use than reveal.js, with sensible defaults
- sphinx Produces nice documentation but fiddly and uses rst by default
- pdoc Uses markdown
- MkDocs Uses markdown
- black - a python formatter
- mypy - static type checker
- realpython tutorial