pytudes/tools.md
2021-06-05 22:37:18 -07:00

36 lines
904 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)
## Project-Based Learning
- [tuvtran repository](https://github.com/tuvtran/project-based-learning#python)