1. Python Code Runner For Android
  2. Python Code Tester
  3. Python Code Runner Apk
  4. Python 3 Code Runner
  5. Python Code Runner
  6. Idle Python Download
  7. Free Python Code Examples

ATOM editor package to run code snippets via Backend.AI Cloud server (https://cloud.backend.ai) or on-premise Backend.AI server.

Running Python Scripts ΒΆ. Create and select your python environment (See the instructions here.) Create a new file via ctrl+N. Press ctrl+s to save the file and give it a name with.py extension. Write down your python code in the file. Press ctrl+alt+N to run the code via Code Runner. You should see your results in the integrated terminal πŸ›¬. This tool allows you to run any Python demo code online and helps you to test any python code from your browser without any configuration. This tool provides you any Python version from Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 and runs your Python code in our sandbox environment. Running Python Scripts ΒΆ. Create and select your python environment (See the instructions here.) Create a new file via ctrl+N. Press ctrl+s to save the file and give it a name with.py extension. Write down your python code in the file. Press ctrl+alt+N to run the code via Code Runner. You should see your results in the integrated terminal πŸ›¬. To run Python script on a text editor like VS Code (Visual Studio Code) then you will have to do the following: Go in the extension section or press β€˜ Ctrl+Shift+X ’ on windows, then search and install the extension named β€˜ Python ’ and β€˜ Code Runner ’. Restart your vs code after that.

Description

live-code-runner is ATOM editor package to add remote code execution feature using Backend.AI Cloud Service. live-code-runner uses Backend.AI framework and Backend.AI API. Currently, Backend.AI supports 15 programming languages now.

You can run your code (or code snippet) without installing or setting any programming environment with this package. All you need to run code is

  • Install live-code-runner package.
  • Get Backend.AI Cloud API access / secret key at Backend.AI Cloud
  • Type your keys on package preferences page.
  • You are ready to go!

How-to

  1. Search and install live-code-runner via preferences - install.
  2. Get your own API key pair (API key / Secret key) at Backend.AI Cloud Service. If you have set up your own Backend.AI on-premise server, you can your own server endpoint and API key set.
  3. Type your API key pair on preferences page (preferences - packages - live-code-runner)
  4. Write your code on editor.
  5. Run code by
  • Choose Run code on Backend.AI Cloud at context menu
  • Type backend and choose live-code-runner: Run at command palette.
  1. Execution result will be shown at bottom pane.

Python Code Runner For Android

Supporting modes

Python Code Tester

Here we list the latest versions of our supported kernel iamges.
'*' in the Query mode column means that it supports preservation of global contexts across different query runs.

LanguageImage NameVersionBatchQueryInput HookTTYRuntime Impl.
Clablup/kernel-c6.3OOOGCC on Alpine 3.6
C++ (14)lablup/kernel-cpp6.3OOGCC on Alpine 3.6
Golablup/kernel-go1.9OO
Haskelllablup/kernel-haskell8.2OO
Javalablup/kernel-java8.0OO
Linux Consolelablup/kernel-git----OBash on Alpine 3.6
Lualablup/kernel-lua5.3OO
Node.jslablup/kernel-nodejs6.11OO
Octavelablup/kernel-octave4.2OO
Pythonlablup/kernel-python2.7OOOtemporarily unsupported
Pythonlablup/kernel-python3.6OO*O
Rustlablup/kernel-rust1.17OO
PHPlablup/kernel-php7.1OO
Rlablup/kernel-r3.3OOCRAN R
Deep-Learning FrameworkImage NameVersionBatchQueryInput HookTTYRuntime Impl.
TensorFlowlablup/kernel-python-tensorflow1.8-1.3OO*OBundled w/Keras 2
PyTorchlablup/kernel-python-torch2.0-0.2OO*O
Theanolablup/kernel-python-theano1.0OO*OBundled w/Keras 2
CNTKlablup/kernel-python-cntk(WIP)OO*OBundled w/Keras 2

Python Code Runner Apk

Languages (to be ready soon)

Python 3 Code Runner

  • Swift (via Swift opensource version)

Working

  • Multi-file support (is already supported via CLI, but not in JavaScript SDK yet.)
  • Virtual Folder mount / navigation (is already supported via CLI, but not in JavaScript SDK yet.)
Online

Python Code Runner

Troubleshooting

Idle Python Download

  1. My language is not recognized

Free Python Code Examples

  • Make sure that language name of your code is correctly recognized by ATOM. You can see the grammar of current editor at the right side of bottom bar. If your language is not supported by ATOM, please install language support packages. For instance, install language-r package to add R language support.