|
Zoom Recording ID: 97630276119
UUID: r5mh2ZrNSSqVsoy5DucF+A==
Meeting Time: 2022-06-20 12:29:52pm
|
|
Zoom Recording ID: 97630276119
UUID: U0km4eAFT/qJV3mJGOGpqw==
Meeting Time: 2022-06-22 12:35:35pm
|
|
Watch this short clip as Michelle Artibee and Jeremy Stewart open up their Wellbeing@Work Interview Series, asking their 2 guests, LaDreena Walton & Kristi Taylor, what it means for them to be…
|
|
Zoom Recording ID: 98994982951
UUID: b33PoJ7tRwK2JsiTXCv6wg==
Meeting Time: 2021-10-20T12:00:59Z
|
|
Watch this short clip as Michelle Artibee and Jeremy Stewart open up their Wellbeing@Work Interview Series, asking their 2 guests, LaDreena Walton & Kristi Taylor, what it means for them to be…
|
|
Zoom Recording ID: 94024818876
UUID: WkEc57p8Rki1XackPq0C9A==
Meeting Time: 2021-10-05T13:12:35Z
|
|
PARADIM DFT Summer School 2021- Practical Lecture 3 - Betül Pamuk
|
|
Zoom Recording ID: 95217932087
UUID: 0rKSQScvS6WjdBEMnjEy1g==
Meeting Time: 2021-02-12T20:20:35Z
|
|
In this video we show that the one place we typically prefer while-loops is when we are modifying a list or other mutable iterable. While we did see how to do this with for-loops (by looping over…
|
|
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.…
|
|
This presentation explores the last built-in (as opposed to user-defined) types in this course. These types are often used to store data in files.We actually had an (accidental) sneak peak at these…
|
|
In this video we show how to write an immutable function on a table of data. In most ways this is no different than writing an immutable function on a list. Except that this time we may need multiple…
|
|
A table of data is one that is divided up into regular rows and columns. In this video we show how to represent a table as a two-dimensional nested list. While there are alternate ways of…
|
|
In this video we show how to handle the special case when the objects inside of a list are other lists. In particular, we show how to chain together brackets to drill down into nested lists.
|
|
Zoom Recording ID: 97470844866
UUID: Rc1xL+sZRbmcGWwApOSxiQ==
Meeting Time: 2020-10-19T20:00:54Z
|
|
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…
|