Where we'll keep all of our projects and teaching materials for the Intro to Python course in ACE Code Day. Hopefully.
Installation (on debian-based systems):
sudo apt install python3
sudo apt update
sudo apt upgrade
On Linux:
Run a Python script with:
python3 nameofscript.py
Replace "nameofscript.py" with the actual file name.
Or you could just copy the contents of the file into repl.it.
Windows:
WIP