make python run in atom code example

Example 1: how do I run a python program on atom

# How to run a python file in atom!
# Once you are in atom, go to file and then press on settings. 
# From there press install, and in the search bar, search "atom-python-run"
# Once you install the package, press F5 and it should run the file!

Example 2: how can I run atom?

Click on Packages --> Commmand Palette --> Select Toggle.
Type Install Packages and Themes.
Search for Script and then install it.
Press Command + I to run the code (on Mac)

Tags:

Misc Example