2 thoughts on “Programming”

    1. We recommend using Atom. Try the following:

      1. Download Python from python.org if you haven’t done so already. Install it, and importantly, if the system asks whether you want to add Python to the environment variables, accept it!
      2. Download Atom from atom.io. Install it.
      3. Navigate to “Install a Package > Open Installer”, and search for “script
      4. Install the the package called “script (Run code in Atom!)”
      5. Navigate to “File > New File”
      6. Save the file as “test.py
      7. In the file, write print(4+5)
      8. Go to “Packages > Script > Run code”. It should print “9” at the bottom of the screen.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.