線上編碼測試 | Online coding playground
- 以下列出幾個可以免費測試一些簡短的程式碼的地方。
- 使用 WebAssembly 技術的服務特點是:所有程式都在瀏覽器裡運作。因此有一定的隱私和安全。
- 遠端伺服器的服務要注意,不要把重要的資料放上去。
重點:以下的服務僅用作測試。重要的資料處理還是要在自己的電腦或伺服器上運作
Following shows a few places where you can test some short code for free.
- The services that using WebAssembly technology are run in the browser. So they are private and secure at certain level (but not all).
- Pay attention to the service that runs on remote server. Do not put important information on it.
- Important: The following services are for testing purposes only. Processing of important data still need to be run on your own computer or server.
Python
-
- Python 3 on #WebAssembly
- link: https://pyodide.org/en/stable/console.html
- intro: https://pyodide.org/en/stable/
-
- JupyterLab on WebAssembly
- link: https://jupyter.org/try-jupyter/lab/
- intro: https://github.com/jupyterlite/jupyterlite
-
- JupyterLab on Google Cloud/Google Drive
- link: https://colab.research.google.com/
- intro: https://colab.research.google.com/
Rust
- The Rust Playground
- Rust on remote server
- link: https://play.rust-lang.org/?version=stable
- intro: https://play.rust-lang.org/help
R
- Run R code online - RDRR.io
- R on remote server
- link: https://rdrr.io/snippets/
- intro: https://rdrr.io/snippets/privacy