Search for tag: "pseudocode"
Lesson 16.2 For-Loop DesignIn this video we show how to use for-loops in function definitions. In particular, we show that we go from a specification to code that uses a for-loop.
From Hannah Lee
97 plays
|
|
Lesson 14.2 Functions with Try-ExceptTry-except statements will allow use to write functions that we could not write with conditional statements. In this video, we show how to use try-except as a general programming tool.
From Hannah Lee
69 plays
|
|
Lesson 10.5 Helper FunctionsIn the string videos we talked about the backwards approach to function design. Unforunately, this technique does not combine well with iterative testing. In this video we look at an alternative…
From Hannah Lee
88 plays
|
|
Lesson 10.3 PseudoCodeIn this video we introduce pseudocode, which is a step-by-step English description of what we want to do. The goal is provide an outline that we convert into Python later.
From Hannah Lee
106 plays
|
|