Code Runner Python 3

  

Code Runner Python 3

Browse

CodeRunner was designed to support all of the most widely used programming languages and run them instantly. The app is configured to run code in 25 languages out-of-the-box, and additional languages can be configured to run by simply entering their terminal command. With over 200 syntax modes, lots of advanced editing features and thoughtful details, CodeRunner. Python Code Runner Projects (6) Online Judge Code Runner Projects (6) Judge0 Api Projects (6) Python Judge0 Projects (5) Online Compiler Code Runner Projects (5).

A simple plugin to allow you to run the current file, and show the result. ST3 support is in SublimeText3 branch

Code Runner Python 3

Installs

  • Total12K
  • Win7K
  • Mac2K
  • Linux2K
Oct 1Sep 30Sep 29Sep 28Sep 27Sep 26Sep 25Sep 24Sep 23Sep 22Sep 21Sep 20Sep 19Sep 18Sep 17Sep 16Sep 15Sep 14Sep 13Sep 12Sep 11Sep 10Sep 9Sep 8Sep 7Sep 6Sep 5Sep 4Sep 3Sep 2Sep 1Aug 31Aug 30Aug 29Aug 28Aug 27Aug 26Aug 25Aug 24Aug 23Aug 22Aug 21Aug 20Aug 19Aug 18Aug 17
Windows356342646615977114737968694236651065445973634323
Mac0000001000001002022000000000212001000112322021
Linux2123101021110412215120222122031120413002401531
Code Runner Python 3

Readme

Source
raw.​githubusercontent.​com

A simple plugin to use the current file as source code, run it and show the result.It is just like the Mac App CodeRunner, but with less feature.

ST3 support is in SublimeText3 branch

Code Runner Python 365

Vscode

currently supported command :

  • run_code
  • run_code_custom

Pycharm

you can bind your key to the command like this :

Python Editor

{ 'keys' : ['ctrl+r'], 'command': 'run_code' }