Please enable JavaScript to use CodeHS


Intro to Python with Tracy (in Español)

Units

Unit Description
El Mundo de Tracy: Students learn about the world Tracy lives in and how to write commands that she will understand.
Moviendo a Tracy Eficientemente: Students build on the commands they have learned to instruct Tracy around all parts of her world.
Diseñando y Comunicando Soluciones: Students explore useful ways to break down large problems to write readable and successful programs.
Controlando a Tracy con Variables: Students learn to use variables and user input in their Tracy programs.
Tomando Decisiones: Students learn how to use if-else statements and while loops to instruct Tracy to make decisions based on conditions.
Desafíos de Tracy: Students put together all of the concepts they have learned to solve advanced Tracy puzzles.

Unit Description
Desafíos Suplementarios:
Categorizing Triangles: Explore how we can use a computer to perform calculations and make decisions based on user input! You will use Turtle Graphics in Python to draw a triangle and write text to the screen and then use if/else statements, variables, functions, and mathematical, logical, and comparison operators to print the resulting triangle category.
Additional Topics: