Enable Python raw_input with Sublime Text 3

As the title says, I wanted to use Python's raw_input with SublimeText3, so make a note

There are two ways to do it. Personally, I recommend 2 which can be built with one command.

  1. From the menu bar on the executable file  Tools > SublimeREPL > Python > Python RUN current file choose. Now you can run the Python file containing raw_input

  2. Create a new Build System. First, from the menu bar Tools > Build System > New Build System choose.

untitled.sublime-build


{
    "target": "run_existing_window_command", 
    "id": "repl_python_run",
    "file": "config/Python/Main.sublime-menu"
}

And save it with any file name After commnd + shift + B (ctrl + shift + B? For Win) It can be executed by selecting the Build System created above.

Recommended Posts

Enable Python raw_input with Sublime Text 3
GOTO in Python with Sublime Text 3
Pythonbrew with Sublime Text
Create a python3 build environment with Sublime Text3
Set up a Python development environment with Sublime Text 2
Use python installed with Pyenv with Sublime REPL of Sublime Text 3
Text extraction with AWS Textract (Python3.6)
Text mining with Python ① Morphological analysis
Speak Japanese text with OpenJTalk + python
English speech recognition with python [speech to text]
Text mining with Python ② Visualization with Word Cloud
Read text in images with python OCR
FizzBuzz with Python3
Scraping with Python
Scraping with Python
Python with Go
Twilio with Python
Integrate with Python
Play with 2016-Python
AES256 with python
Tested with Python
python starts with ()
with syntax (Python)
Bingo with python
Zundokokiyoshi with python
Excel with Python
Microcomputer with Python
Cast with python
Extract text from PowerPoint with Python! (Compatible with tables)
Text extraction with GCP Cloud Vision API (Python3.6)
"Inline" Sublime Text plugin callbacks with a generator
Wav file generation from numeric text with python
Serial communication with Python
Zip, unzip with python
Django 1.11 started with Python3.6
Python with eclipse + PyDev.
Socket communication with Python
Data analysis with python 2
Scraping with Python (preparation)
Try scraping with Python.
Learning Python with ChemTHEATER 03
Sequential search with Python
"Object-oriented" learning with python
Handling yaml with python
Solve AtCoder 167 with python
Serial communication with python
[Python] Use JSON with Python
Learning Python with ChemTHEATER 05-1
Learn Python with ChemTHEATER
Run prepDE.py with python3
1.1 Getting Started with Python
Collecting tweets with Python
Binarization with OpenCV / Python
3. 3. AI programming with Python
Kernel Method with Python
Scraping with Python + PhantomJS
Drive WebDriver with python
[Python] Redirect with CGIHTTPServer
Voice analysis with python
[Blender] Complement Blender's Python API with a text editor
Think yaml with python