We are excited to welcome your child to our upcoming Python coding class!
To ensure a smooth start, it is mandatory for all students to have Python 3.12 and Visual Studio Code (VS Code) installed on their computer before the first class.
This class uses Turtle graphics, which opens a visual window to draw and animate. To make this work properly, your child must use a desktop or laptop (Windows, macOS, or Linux) that supports GUI-based Python programs.
Device Setup Instructions
Step 1: How to Install Python 3.12:
Go to: https://www.python.org/downloads/
Click Download Python 3.12
During installation, check the box: “Add Python to PATH” before clicking “Install Now”
Windows: Run the .exe file and follow the prompts
Mac: Download the macOS installer and follow instructions
Linux: Use the terminal:
sudo apt update
sudo apt install python3.12
(Some Linux versions may require a different package manager.)
Step 2: How to Install Visual Studio Code (VS Code):
Visit: https://code.visualstudio.com/
Download the version for your system (Windows/macOS/Linux)
Install and launch VS Code
Click the Extensions icon (or press Ctrl+Shift+X)
Search for Python (by Microsoft) and click Install
Chromebook Users – Important Note:
Chromebooks do not natively support Python Turtle graphics, even if you install VS Code through the browser.
Turtle requires a graphical display, which is not available unless you have enabled Linux (Crostini) on your Chromebook.
If your child is using a Chromebook:
Please enable Linux and install Python and VS Code inside the Linux environment
OR use a Windows/macOS/Linux computer instead
Alternatively, we recommend using https://trinket.io/python as a limited online fallback — but this only supports basic Turtle functions
If you're unsure whether your Chromebook is compatible, feel free to message us ahead of time.
Having these tools ready will help your child jump into coding confidently from Day 1!
Thank you for your support!