Sublime Text package, that is executing selected code as a Python program and changes selected region for program output
- Clone or download git repo into your packages folder
Using Package Control:
- Run “Package Control: Install Package” command, and find
InstantExecutepackage
Just select Python code and press Shift+Ctrl+X (default shortcut)
This could be used for fast evaluation of some code parts
"python_path": "python" // path to python executable