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!

Languages

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 New

Python Turtle

Python

This runs graphical Turtle Graphics programs in Python. This is used in the CodeHS courses that teach with Tracy the Turtle.

Create New

Python Graphics (tkinter)

Python

This runs Python 3 GUI programs, so you can draw graphics, make GUIs, or build games.

Create New

Pygame

Python

Use Python to create graphical games.

Create New