Search for tag: "centigrade"
Lesson 27.9 Model-View-ControllerWhen we break up out application in multiple classes, we need to give each class a role. One of the most popular ways to do this is designate a class as a model, a view or a controller. In this video…
From Hannah Lee
62 plays
|
|
Lesson 12.4 Functions in MemoryWe know what happens when we call a function. But as we show in this video, Python also does something very important when we define a function. It has to store the definition somewhere.
From Hannah Lee
85 plays
|
|
Lesson 7.3 PreconditionsThe one thing that we have not talked about yet are the preconditions in a specification. However, as this video shows, they are arguably the most important part of the specification. They are what…
From Hannah Lee
82 plays
|