Please enable JavaScript to use CodeHS

Outline


1. Welcome
1.1 Welcome
Video 1.1.1 Welcome
Free Response 1.1.2 Welcome
Video 1.1.3 Course Content Overview
2. Introduction to Programming with Turtle Graphics
2.1 Intro to Python with Tracy the Turtle
Exercise 2.1.1 Stretched Slinky
Exercise 2.1.2 Stretched Slinky
2.2 Tracy's Grid World
Exercise 2.2.1 Shorter Dashed Line
Exercise 2.2.2 Caterpillar
Exercise 2.2.3 Caterpillar
Badge 2.2.4 Grid World Badge
2.3 Turning Tracy
Exercise 2.3.1 Rectangle
Exercise 2.3.2 Rectangle
Exercise 2.3.3 4 Columns
2.4 For Loops
Exercise 2.4.1 Row of Circles
Exercise 2.4.2 Row of Circles
Exercise 2.4.3 4 Columns 2.0
Badge 2.4.4 Looping Badge
2.5 Turning Tracy Using Angles
Exercise 2.5.1 Hexagon
Exercise 2.5.2 'X' Marks the Spot
Exercise 2.5.3 'X' Marks the Spot
Exercise 2.5.4 Circle Pyramid
2.6 Comments
Exercise 2.6.1 Circle Pyramid with Comments
2.7 Naming Guidelines
Video 2.7.1 Naming Guidelines
Check for Understanding 2.7.2 Naming Guidelines
2.8 Functions
Exercise 2.8.1 Beaded Bracelet
Exercise 2.8.2 Shape Stack
Exercise 2.8.3 Shape Stack
2.9 Artistic Effects
Exercise 2.9.1 Four Colored Triangles
Exercise 2.9.2 Four Colored Triangles
Exercise 2.9.3 Colorful Bracelet
Challenge 2.9.4 Kid's Shapes Toy
2.10 Top Down Design
Exercise 2.10.1 Bubble Wrap 2.0
Exercise 2.10.2 Sidewalk
Exercise 2.10.3 Sidewalk
2.11 Variables
Exercise 2.11.1 Dartboard
Exercise 2.11.2 Line of Increasing Blocks
Exercise 2.11.3 Line of Increasing Blocks
2.12 User Input
Exercise 2.12.1 Colored Dartboard
Exercise 2.12.2 Four Corners
Exercise 2.12.3 Four Corners
2.13 Parameters
Exercise 2.13.1 Colorful Caterpillar
Exercise 2.13.2 Colorful Caterpillar
Exercise 2.13.3 Circle in a Square
Exercise 2.13.4 Snowman
2.14 Using i in For Loops
Exercise 2.14.1 Geometry 2.0
Exercise 2.14.2 Geometry 2.0
2.15 Extended Loop Control
Exercise 2.15.1 Dartboard using i
Exercise 2.15.2 Phone Signal
Exercise 2.15.3 Phone Signal
Badge 2.15.4 Master of i Badge
2.16 If Statements
Exercise 2.16.1 Happy Face
Exercise 2.16.2 Black and White Squares
Exercise 2.16.3 Black and White Squares
2.17 If/ Else Statements
Exercise 2.17.1 Rating
Exercise 2.17.2 Rating
Exercise 2.17.3 Happy/ Sad Face
2.18 While Loops
Exercise 2.18.1 Increasing Squares
Exercise 2.18.2 Increasing Squares
Exercise 2.18.3 Guess a Number
2.19 Putting Together Control Structures
Exercise 2.19.1 Guess a Number 2.0
Exercise 2.19.2 Circle Pyramid 2.0
Exercise 2.19.3 Circle Pyramid 2.0
Challenge 2.19.4 Checkerboard
2.20 Intro to Programming with Turtle Graphics Quiz
Quiz 2.20.1 Intro to Programming with Turtle Graphics Quiz
Badge 2.20.2 Intro to Programming with Turtle Graphics Badge
3. Advanced Tracy Challenges
3.1 Advanced Challenges with Tracy
Challenge 3.1.1 Half Pyramid
Challenge 3.1.2 Pizza
Challenge 3.1.3 Block Pyramid 2.0