Python Forum

Full Version: How to run atom python script on idle press on keyboard shortcut.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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
also, you may check VS Code, I like it better than Atom