Python Forum
How to run atom python script on idle press on keyboard shortcut. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to run atom python script on idle press on keyboard shortcut. (/thread-8135.html)



How to run atom python script on idle press on keyboard shortcut. - sonjoypall - Feb-07-2018

As python code editor I like Atom. But I am feeling bore to run the script on cmd. Because all the time i have to select the path disk and file. So I would like to press a keyboard shortcut(Like default Python IDLE editor) to run the code on Python IDLE or cmd.

Python 3.6 installed on my windows 7 64 bit. Excuse my English & ignorance I am a beginner.


RE: How to run atom python script on idle press on keyboard shortcut. - buran - Feb-07-2018

there are many add-on packages for atom that would do this - install the one that you most like
https://atom.io/packages/search?q=run+script


RE: How to run atom python script on idle press on keyboard shortcut. - buran - Feb-07-2018

also, you may check VS Code, I like it better than Atom