Run python3 in Atom
Open File -> Settings, go to Install, find atom-runner and install it:
To specify the python version you want to use go File -> Config and add runner section (use your path to python):
"*":
"exception-reporting":
userId: ...
runner:
scopes:
python: "c:\\Python36-32\\python.exe"
Note: 2 spaces indent are important! Just copy runner section from snippet above and paste to your configGo to your py file and press Alt+R on Windows or Ctrl+R on Linux