Please enable JavaScript to use CodeHS


WCSD Python I

Units

Unit Description
Welcome: Students gain an understanding of what the course is about and reflect on what they hope to learn.
Introduction to Programming with Turtle Graphics: Students learn Python commands, functions, and control structures by drawing shapes on their screen and solving puzzles with Turtle Graphics.
Basic Python and Console Interaction: Students learn the basics of programming by writing programs that interact with users through the keyboard.
Conditionals: Students teach their programs to make decisions based on the information it receives.
Looping: Students learn how to write more efficient code by using loops as shortcuts.
Final: