Please enable JavaScript to use CodeHS


Introduction to Python Programming 1

Lessons

  1. Karel in Python

    1. 1.1 Introduction to Programming With Karel

    2. Description
    3. Objective
    4. 1.2 More Basic Karel

    5. Description
    6. Objective
    7. 1.3 Karel Can't Turn Right

    8. Description
    9. Objective
    10. 1.4 Functions in Karel

    11. Description
    12. Objective
    13. 1.5 Top Down Design and Decomposition in Karel

    14. Description
    15. Objective
    16. 1.6 Commenting Your Code

    17. Description
    18. Objective
    19. 1.7 Abstraction

    20. Description
    21. Objective
    22. 1.8 Super Karel

    23. Description
    24. Objective
    25. 1.9 For Loops

    26. Description
    27. Objective
    28. 1.10 If Statements

    29. Description
    30. Objective
    31. 1.11 If/Else Statements

    32. Description
    33. Objective
    34. 1.12 While Loops in Karel

    35. Description
    36. Objective
    37. 1.13 Control Structures Example

    38. Description
    39. Objective
    40. 1.14 Debugging Strategies

    41. Description
    42. Objective
    43. 1.15 Algorithms

    44. Description
    45. Objective
    46. 1.16 Ultra Karel

    47. Description
    48. Objective
    49. 1.17 Karel Challenges

    50. Description
    51. Objective
    52. 1.18 Introduction to Programming Quiz

    53. Description
    54. Objective
  2. Basic Python and Console Interaction

    1. 2.1 Printing in Python

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

    5. Description
    6. Objective
    7. 2.3 User Input

    8. Description
    9. Objective
    10. 2.4 Mathematical Operators

    11. Description
    12. Objective
    13. 2.5 String Operators

    14. Description
    15. Objective
    16. 2.6 Comments

    17. Description
    18. Objective
    19. 2.7 Programming Languages

    20. Description
    21. Objective
    22. 2.8 Basic Python and Console Interaction Quiz

    23. Description
    24. Objective
  3. Project: Mad Libs

    1. 3.1 Project: Mad Libs

    2. Description
    3. 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. Project: Quiz Game

    1. 5.1 Project: Quiz Game

    2. Description
    3. Objective
  6. Looping

    1. 6.1 While Loops

    2. Description
    3. Objective
    4. 6.2 For Loops

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

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

    11. Description
    12. Objective
    13. 6.5 Looping Quiz

    14. Description
    15. Objective
  7. Project: Password Authenticator

    1. 7.1 Project: Password Authenticator

    2. Description
    3. Objective
  8. Roles in a Software Development Team

    1. 8.1 Software Engineer

    2. Description
    3. Objective
    4. 8.2 QA Engineer

    5. Description
    6. Objective
    7. 8.3 Designer

    8. Description
    9. Objective
    10. 8.4 Project Manager

    11. Description
    12. Objective
  9. Project: Intro to Python with Tracy the Turtle

    1. 9.1 [Project] Introduce Yourself

    2. Description
    3. Objective
  10. Assessment 1

    1. 10.1 Assessment 1

    2. Description
    3. Objective
  11. Intro to Python with Turtle Graphics

    1. 11.1 Meet Tracy the Turtle

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

    5. Description
    6. Objective
    7. 11.3 Turning Tracy

    8. Description
    9. Objective
    10. 11.4 For Loops

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

    14. Description
    15. Objective
    16. 11.6 Comments

    17. Description
    18. Objective
    19. 11.7 Functions

    20. Description
    21. Objective
    22. 11.8 Artistic Effects

    23. Description
    24. Objective
    25. 11.9 Adding Text

    26. Description
    27. Objective
    28. 11.10 Variables

    29. Description
    30. Objective
    31. 11.11 Strings

    32. Description
    33. Objective
    34. 11.12 String Methods

    35. Description
    36. Objective
    37. 11.13 User Input

    38. Description
    39. Objective
    40. 11.14 Parameters

    41. Description
    42. Objective
    43. 11.15 Clickable Interaction

    44. Description
    45. Objective
    46. 11.16 Using i in For Loops

    47. Description
    48. Objective
    49. 11.17 Extended Loop Control

    50. Description
    51. Objective
    52. 11.18 If Statements

    53. Description
    54. Objective
    55. 11.19 If/Else Statements

    56. Description
    57. Objective
    58. 11.20 While Loops

    59. Description
    60. Objective
    61. 11.21 Putting Together Control Structures

    62. Description
    63. Objective
    64. 11.22 Putting It All Together Quiz

    65. Description
    66. Objective