pytudes/tools.md
2020-06-23 21:10:43 -07:00

32 lines
795 B
Markdown

# Tools for Publishing Computational Content
## Notebooks
- Jupyter Notebook
- Colab
- Deepnote
- [Epiphany](https://epiphany.pub/) "a new blogging experience"
- [Iodide](https://github.com/iodide-project/iodide) Run notebook in the browser
- [Pyodide](https://github.com/iodide-project/pyodide) Run Python in the browser
- [Klipse](https://github.com/viebel/klipse) Run interactive code in tech blogs
- Matlab / R
- Mathematica
## Programming Environments
- Jupyter Lab
- Streamlit.io
- Kaggle
- https://codereef.ai/
- Light Table http://lighttable.com/
- Bret Victor https://www.newline.co/choc/
## Publishing Platforms
- [distill.pub](https://distill.pub/)
- [Papers with Code](https://paperswithcode.com/)
## Debugging Aids
- [Python Tutor](http://www.pythontutor.com/) (Philip Guo)