Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 459 Bytes

File metadata and controls

24 lines (13 loc) · 459 Bytes

ACE Code Day | Intro to Python

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