|
Zoom Recording ID: 97630276119
UUID: +/xXcDwaQAeikAIq7MRL7A==
Meeting Time: 2022-06-21 12:36:33pm
|
|
Zoom Recording ID: 97325240794
UUID: uGX8gmYOT5KQA4cPGi+Ozw==
Meeting Time: 2021-09-27T19:29:13Z
|
|
Sorting algorithms can be quite sophisticated. In order to understand them, we need some way to visualize them. In this video, we introduce horizontal notation, which is a way to track how much of a…
|
|
We can always replace for-loops with while-loops, but should we? In this video we talk about the trade-offs of the two control structures and why it might be better to use over the other.
|
|
While-loops require additional patterns beyond the simple accumulator pattern that we used in for-loops. In this video, we talk about the first such pattern, which is replacing the range iterator.…
|
|
Zoom Recording ID: 97470844866
UUID: Rc1xL+sZRbmcGWwApOSxiQ==
Meeting Time: 2020-10-19T20:00:54Z
|
|
Now that you know why specifications are so important, it is time to write them. We have a very specific format that we want for our specifications, which is detailed in this video.
|
|
In this video, we show you how to define a procedure in the Python interactive shell. Recall that a procedure is a function that is used as a command.
|
|
|
|
|
|
|
|
|
|
|
|
|