|
Zoom Recording ID: 95071859677
UUID: nT8Aut2JRImFyH9dmksS/w==
Meeting Time: 2021-09-21T18:31:09Z
|
|
Zoom Recording ID: 2690923470
UUID: zAna9GekTlOMWB9tdp5KjQ==
Meeting Time: 2021-03-18T19:48:07Z
|
|
Zoom Recording ID: 2690923470
UUID: oRRTJATjSt2I/lO4gW5X+A==
Meeting Time: 2021-03-17T21:03:23Z
|
|
Zoom Recording ID: 2690923470
UUID: Y0QcHR1JRdKTUfq6+2wtPA==
Meeting Time: 2021-03-11T20:49:50Z
|
|
Zoom Recording ID: 2690923470
UUID: qvzotOaRRbe2q+VFDpiDbg==
Meeting Time: 2021-03-10T22:02:59Z
|
|
Zoom Recording ID: 2690923470
UUID: RidTMpmST3qc/eR1ZU5B1g==
Meeting Time: 2021-02-25T20:47:43Z
|
|
Zoom Recording ID: 2690923470
UUID: DLDddyi3Rkuyfpx59+u/Fg==
Meeting Time: 2021-02-24T22:02:29Z
|
|
Zoom Recording ID: 96071157995
UUID: 3oiG70TdT62EFlil5OOfJw==
Meeting Time: 2021-02-12T18:16:53Z
|
|
Zoom Recording ID: 2690923470
UUID: 8/62s3eLQviDpU0p6XdARw==
Meeting Time: 2021-02-10T22:02:16Z
|
|
Zoom Recording ID: 2690923470
UUID: 6I3h0OBbQNi62SC9ZSOyaw==
Meeting Time: 2021-02-04T20:46:56Z
|
|
In the previous video, we saw that nested loops are causing our sorting algorithms to be slow. To speed things up, we need to get rid of one of these loops. To do that, we will need a special…
|
|
While generators are coroutines, the communication only goes one way: from the child to the calling parent. In this video we show how to reverse this communication, passing down information from the…
|
|
While-loops can do everything that a for-loop can (and more) but they are much harder to use. That is why, in this video, we talk about how to debug a while-loop before we talk about how to write…
|
|
|
|
Slicing a list creates a copy. In this video we show what this means for nested lists. In particular, we show that sometimes a copy is not really a copy after all, and that we have to distinguish…
|
|
Lists require that we explicitly show the folder when visualize them. In this video we show what that means when a list contains other objects that have their own folders. The result is a chain of…
|