Lesson 3: Installing Python

Windows:

Download Python from python.org and check "Add Python to PATH".

Linux:

python3 --version sudo apt install python3 Next Lesson →