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!
Click "Try it!" to start a new program or "Examples" to start with some example code.
|
Python 3: This runs Python 3 console programs, the latest version of the language. This program type lets you install packages for your programs. | |
|
Python Turtle: This runs graphical Turtle Graphics programs in Python. This is used in the CodeHS courses that teach with Tracy the Turtle. | |
|
Python Graphics (tkinter): This runs Python 3 GUI programs, so you can draw graphics, make GUIs, or build games. | |
|
Pygame: Use Python to create graphical games. |
|
Python 3: This runs Python 3 console programs, the latest version of the language. This program type lets you install packages for your programs. | |
|
Python Turtle: This runs graphical Turtle Graphics programs in Python. This is used in the CodeHS courses that teach with Tracy the Turtle. | |
|
Python Graphics (tkinter): This runs Python 3 GUI programs, so you can draw graphics, make GUIs, or build games. | |
|
Pygame: Use Python to create graphical games. |