|
DUO authentication prompt will be updating Feb. 5, 2023. Effective Monday, February 6th, you will see the updated DUO universal prompt. For additional information, please review: The Duo Universal…
|
|
Tutorial for logging into the Cisco AnyConnect VPN with two-step authentication. Additional resources:VPN with two-step (via CIT) - https://it.cornell.edu/cuvpn/connect-windows-cu-vpn General…
|
|
|
|
|
|
|
|
|
|
Zoom Recording ID: 96025266967
UUID: Ppev7kb6SLmvtYX0nEsCZg==
Meeting Time: 2021-05-27T14:48:05Z
|
|
Zoom Recording ID: 93173850621
UUID: oxfxdwFGSjO4YCoXMzgUFA==
Meeting Time: 2021-02-09T14:48:15Z
|
|
Zoom Recording ID: 95516878452
UUID: mmS0QVRYS3+ARH0PpkaEaw==
Meeting Time: 2021-01-20T23:09:13Z
|
|
Generators may seem like a weird detour for this late in the course. But in this presentation, we show how they are used in graphics and animation.Generators are a specific example of a concept known…
|
|
In this presentation we will review, generators which lead into the last major topic of the course (coroutines). Once again, this will involve a lot of visualization.We also start off this…
|
|
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…
|
|
In this video we talk about two very famous generators: map and filter. We show how to use these to replace writing code with a for-loop.
|
|
Generators look like normal functions, but they do not behave like them. In this video we show how to visualize them, using the Python Tutor.
|
|
Making iterator classes is hard. In this video, we show an alternative, allowing us to write the iterator as a ‘function”. This requires the addition of a new python statement, the yield…
|
|
The while-loop that drives the game is hidden. This is going to create some interest challenges, particularly when you need variables that carry over from animation frame to animation frame. In this…
|