Explore the CodeHS Sandbox
Explore the programming languages and types of programs you can write in the CodeHS IDE. All programs are runnable in the browser—even on Chromebooks!
Python 3
Python
This runs Python 3 console programs, the latest version of the language. This program type lets you install packages for your programs.
Create NewPython Turtle
Python
This runs graphical Turtle Graphics programs in Python. This is used in the CodeHS courses that teach with Tracy the Turtle.
Create NewPython Graphics (tkinter)
Python
This runs Python 3 GUI programs, so you can draw graphics, make GUIs, or build games.
Create New