Search for tag: "generator"
Zoom Dec. 8. CoroutinesGenerators 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…
From Hannah Lee
33 plays
|
|
Zoom Dec. 3. GeneratorsIn 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…
From Hannah Lee
30 plays
|
|
Lesson 29.4 The yield StatementWhile 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…
From Hannah Lee
61 plays
|
|
Lesson 29.3 Generators RevisitedIn the previous video, we said that generators are a type of coroutine. In this video, we explore this idea. We use yield statements to write generators that are a little more sophisticated than…
From Hannah Lee
65 plays
|
|
Lesson 29.2 CoroutinesIn 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…
From Hannah Lee
64 plays
|
|
Lesson 28.9 Dictionary Comprehension (OPTIONAL)This video is not optional because the material is advanced. It is optional because this video series has run long and this topic is less important for you to know. While we have not talked about…
From Hannah Lee
28 plays
|
|
Lesson28.8 List Comprehension (OPTIONAL)This video is not optional because the material is advanced. It is optional because this video series has run long and this topic is less important for you to know. When we are done with out…
From Hannah Lee
26 plays
|
|
Lesson 28.7 Iterator ChainingGenerators take iterators as input, but they also produce one as output. In this video we show how to chain iterators together, doing complex operations on our data.
From Hannah Lee
46 plays
|
|
Lesson 28.6 map and filterIn 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.
From Hannah Lee
51 plays
|
|
Lesson 28.5 Generator DesignNow that we know how generators work, it is time to write our own. In this video we show how easy it is. We just take out experience with the accumulator pattern and replace the accumulator with a…
From Hannah Lee
58 plays
|
|
Lesson 28.4 Generator VisualizationGenerators look like normal functions, but they do not behave like them. In this video we show how to visualize them, using the Python Tutor.
From Hannah Lee
63 plays
|
|
Lesson 28.3 The yield StatementMaking 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…
From Hannah Lee
63 plays
|
|
SOIL Seminar: Wasm/k: Delimited Continuations for WebAssemblyTitle: Wasm/k: Delimited Continuations for WebAssembly Speaker: Donald Pinckney—University of Massachusetts, AmherstSummary: WebAssembly is designed to be an alternative to JavaScript that is a…
From Ross Tate
21 plays
|
|
CAM Colloquium September 05, 2014 - Andy Xu Sun: Robust Optimization in Electric Power System OperationsThis talk will present some recent advances of robust optimization in the operation of electric power systems. In particular, we will discuss two-stage and multistage adaptive robust optimization…
From E. Cornelius
18 plays
|