Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Bro, at one time I also suffered with sublime, and installed plugins that raise it to the level of a normal debugger, but in the end I still had to install PyCharm. Put and you, do not force your brain. PyCharm community is free, no need to save files before running, built-in debugger, console, live interpreter... but that's later. At first, just get used to it in bare python, then you will appreciate the rest of the chips, over time.
Sublime is for those who have their hands in place, here I am without hands, and, judging by this question, you are approximately at my level, therefore PyCharm enivey.
The sublime has a curve built-in assembly system. Try adding another - Tools -> Build System -> New build system. Next paste this:
{
"cmd": ["python", "$file"],
"file_patterns": ["*.py"],
"env": {
"PYTHONUNBUFFERED": "1"
},
"cancel": {
"kill": true
},
"encoding": "utf-8"
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question