Search for tag: "angler"
Lesson 12.7 The Call StackIn this video we look at the call stack in much more detail. In particular, we see that is possible to have more than one call frame active at a time, and the stack is the way these frames are…
From Hannah Lee
94 plays
|
|
Lesson 10.6 Top-Down DesignTop-down design is a widely–used design technique. Your instructor used it to design the first assignment, and you will use it yourself in later assignments. In this video we take a closer look…
From Hannah Lee
93 plays
|
|
Lesson 9.10 Conditional ScriptsThe only difference between a module and a script is how you run it. But we have seen Python files that do different things when you run them as a script or import them as a module. This is done with…
From Hannah Lee
63 plays
|