pytudes/tools.md

36 lines
904 B
Markdown
Raw Normal View History

2019-11-21 22:16:25 +01:00
# Tools for Publishing Computational Content
## Notebooks
- Jupyter Notebook
- Colab
- Deepnote
2019-11-28 08:04:13 +01:00
- [Epiphany](https://epiphany.pub/) "a new blogging experience"
- [Iodide](https://github.com/iodide-project/iodide) Run notebook in the browser
2020-03-22 03:17:53 +01:00
- [Pyodide](https://github.com/iodide-project/pyodide) Run Python in the browser
2019-11-28 08:04:13 +01:00
- [Klipse](https://github.com/viebel/klipse) Run interactive code in tech blogs
2019-11-21 22:16:25 +01:00
- 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
2020-06-24 06:10:43 +02:00
- [distill.pub](https://distill.pub/)
- [Papers with Code](https://paperswithcode.com/)
2019-11-21 22:16:25 +01:00
## Debugging Aids
2020-06-24 06:10:43 +02:00
- [Python Tutor](http://www.pythontutor.com/) (Philip Guo)
2021-06-06 07:37:18 +02:00
## Project-Based Learning
- [tuvtran repository](https://github.com/tuvtran/project-based-learning#python)