'Programming on chromebook

I am very new to programming and am currently learning on Codecademy.com

So I got a dell Chromebook recently, running chrome OS but back on my old pc running windows there was a CMD, so I could write a script in notepad and then as long as I had python installed I could run it. I want to know how to do that with a Chromebook either something online or something similar to the CMD but on chrome OS.

I need to know how to run a complete script using something besides an interactive shell on chrome OS, thank you



Solution 1:[1]

There are three general methods of developing on a chromebook:

  1. Online/Cloud services, i.e: https://www.juliabox.com

  2. Extension with Native code (or transpiled), i.e: https://chrome.google.com/webstore/detail/python/nodpmmidbgeganfponihbgmfcoiibffi?hl=en-US

  3. Developer mode, i.e: https://github.com/dnschneid/crouton

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1