Hi everyone I'm new to programming.
I am learning Python and I want to use Sublime Text as an IDE.
I've searched and found that it is impossible to run python code from sublime text2 without having the "eofError".
Now, I want to know if it was possible to launch the .py via a keyboard shortcut directly from sublime text, instead of saving it, and then returning to windows explorer and then double clicking on it.
I want it to open in a windows like this : http://image.noelshack.com/fichiers/2013/16/1366399189-nnnnn.png
Thanks.
I just found a solution here that does basically the same job as the "F5" key in IDLE.
Thanks everyone.