I
I
I3Lack_CaT2013-08-17 11:57:46
Python
I3Lack_CaT, 2013-08-17 11:57:46

Python 3.x + Sublime text 3

Hello folks, I recently started learning python, and I would really like to integrate it into sublime text 3. Maybe someone did this? I would appreciate any advice. Or maybe tell me a convenient python editor like sublime text.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
skovorodkin, 2013-09-03
@I3Lack_CaT

If you want to execute scripts directly in the editor, then create a New Build System… in the Tools menu section.
In a new file write, for example:

{
    "cmd": ["python3", "$file"]
}

Then in the tab with the script (it must be saved) Ctrl + B, a panel will appear below, in which there will be the output of your script.

H
homm, 2013-11-14
@homm

> I would really like to integrate it into sublime text 3. Maybe someone did it?

Yes, the author of sublim did. Use on health.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question