|
|
|
Zoom Recording ID: 91654607924
UUID: gKF29u88SBG+87O4YOm3eg==
Meeting Time: 2021-12-09T18:00:30Z
|
|
|
|
|
|
Zoom Recording ID: 94812319391
UUID: 10vN7uKjSgepZk4MrVLgHA==
Meeting Time: 2021-06-21T12:54:06Z
|
|
Zoom Recording ID: 97170613277
UUID: zMoo1lAeRy2CSyOGubkGBg==
Meeting Time: 2021-04-14T16:51:55Z
|
|
A webinar hosted by Cornell Cooperative Extension of St. Lawrence County featuring marketing Specialist Nicole Ouellette of Breaking Even Communications and Linda D'Arco of Little Farmhouse…
|
|
Zoom Recording ID: 94999526356
UUID: UJdG8K8XQA2HUABBJKZHZQ==
Meeting Time: 2021-02-26T13:53:50Z
|
|
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…
|
|
In the previous video we introduced the term coroutine but did not actually define it. In this video we give a more concrete definition. As a result, we see that coroutines and generators have a lot…
|
|
Our last presentation on classes reviews the issue of typing, and why this has become much trickier with the introduction of subclasses. This is the last material covered in the second exam.The…
|
|
The divide-and-conquer examples we saw in the previous session were on the easy side. In this session we look at some much more challenging examples.Included in this session is segregate, the most…
|
|
Recursion is a powerful programming tool and one of the fundamental principles of computer science. It is used in many advanced algorithms.In this session, we will just focus on divide-and-conquer,…
|
|
Zoom Recording ID: 95137020859
UUID: JuLSDqZ6RSinubNYu+lM6Q==
Meeting Time: 2020-10-23T14:09:23Z
|
|
In this session, we review the for-loop, which is the next control structure. This is the last control structure we will need for a while.For-loops are pretty easy to use in Python, and most students…
|
|
In this video we have to introduce some new terminology. We talk about classes, which are new types that are provided by modules (and therefore not built into Python). Objects are the values for…
|