Please enable JavaScript to use CodeHS


WCSD Python I

Lessons

  1. Welcome

    1. 1.1 Welcome

    2. Description
    3. Objective
  2. Introduction to Programming with Turtle Graphics

    1. 2.1 Intro to Python with Tracy the Turtle

    2. Description
    3. Objective
    4. 2.2 Tracy's Grid World

    5. Description
    6. Objective
    7. 2.3 Turning Tracy

    8. Description
    9. Objective
    10. 2.4 For Loops

    11. Description
    12. Objective
    13. 2.5 Turning Tracy Using Angles

    14. Description
    15. Objective
    16. 2.6 Comments

    17. Description
    18. Objective
    19. 2.7 Naming Guidelines

    20. Description
    21. Objective
    22. 2.8 Functions

    23. Description
    24. Objective
    25. 2.9 Artistic Effects

    26. Description
    27. Objective
    28. 2.10 Top Down Design

    29. Description
    30. Objective
    31. 2.11 Variables

    32. Description
    33. Objective
    34. 2.12 User Input

    35. Description
    36. Objective
    37. 2.13 Parameters

    38. Description
    39. Objective
    40. 2.14 Using i in For Loops

    41. Description
    42. Objective
    43. 2.15 Extended Loop Control

    44. Description
    45. Objective
    46. 2.16 If Statements

    47. Description
    48. Objective
    49. 2.17 If/ Else Statements

    50. Description
    51. Objective
    52. 2.18 While Loops

    53. Description
    54. Objective
    55. 2.19 Putting Together Control Structures

    56. Description
    57. Objective
    58. 2.20 Intro to Programming with Turtle Graphics Quiz

    59. Description
    60. Objective
  3. Basic Python and Console Interaction

    1. 3.1 Printing in Python

    2. Description
    3. Objective
    4. 3.2 Variables and Types

    5. Description
    6. Objective
    7. 3.3 User Input

    8. Description
    9. Objective
    10. 3.4 Mathematical Operators

    11. Description
    12. Objective
    13. 3.5 String Operators

    14. Description
    15. Objective
    16. 3.6 Comments

    17. Description
    18. Objective
    19. 3.7 Basic Python and Console Interaction Quiz

    20. Description
    21. Objective
  4. Conditionals

    1. 4.1 Booleans

    2. Description
    3. Objective
    4. 4.2 If Statements

    5. Description
    6. Objective
    7. 4.3 Comparison Operators

    8. Description
    9. Objective
    10. 4.4 Logical Operators

    11. Description
    12. Objective
    13. 4.5 Floating Point Numbers and Rounding

    14. Description
    15. Objective
    16. 4.6 Conditionals Quiz

    17. Description
    18. Objective
  5. Looping

    1. 5.1 While Loops

    2. Description
    3. Objective
    4. 5.2 For Loops

    5. Description
    6. Objective
    7. 5.3 Break and Continue

    8. Description
    9. Objective
    10. 5.4 Nested Control Structures

    11. Description
    12. Objective
    13. 5.5 Looping Quiz

    14. Description
    15. Objective
  6. Final

    1. 6.1 Final

    2. Description
    3. Objective