|
Seminar title: "Finding the ‘gold’ in Golden Rice: Design considerations and challenges in evaluating the nutritional impact of Golden Rice"
|
|
Hadas Ritz, Senior Lecturer, Mechanical and Aerospace
EngineeringPolling Presentation with Q&A
|
|
Zoom Recording ID: 96071157995
UUID: HulPtH9oRBak2LcfxinisA==
Meeting Time: 2021-04-12T17:21:05Z
|
|
Zoom Recording ID: 96071157995
UUID: B6aHs9KGR4qfO/jGNVp1fA==
Meeting Time: 2021-03-26T17:19:26Z
|
|
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…
|
|
We are familiar with iterables, types that we can use in a for-loop. In this video we introduce the iterator. This is a type that can be used in a for-loop, but we can also manually step through the…
|
|
In this presentation, we continue with several of the classes that we worked on last time. But this time, we create subclasses of them.On the exam, the class question will always be a two-parter. One…
|
|
Zoom Recording ID: 96548055743
UUID: 5xkVJ+JUQkC+i6vv+grMEw==
Meeting Time: 2020-10-30T15:06:41Z
|
|
The primary role of an object is to store attribute variables. In this video we demonstrate the easiest way to add attributes to an object. We see that we can also add attributes to class folders as…
|
|
Zoom Recording ID: 97470844866
UUID: Rc1xL+sZRbmcGWwApOSxiQ==
Meeting Time: 2020-10-19T20:00:54Z
|
|
With both modules and function definitions, we saw that global variables are incredibly important. But most of our code is inside of function definitions, and therefore executed inside of call…
|
|
Strings have a fundamental property that is not present in the other types so far. You can cut up a string into smaller bits or substrings. This is know as string slicing, and it is the focus of the…
|
|
Zoom Recording ID: 95372571419
UUID: xzdfWHdtSyaSzADallIraA==
Meeting Time: 2020-06-30T00:31:34Z
|
|
Zoom Recording ID: 93648826472
UUID: hWABClN3T0CzvcCLOZTg5A==
Meeting Time: 2020-06-10T13:56:25Z
|
|
|
|
Zoom Recording ID: 916338533
UUID: D8bxsLoJTg22grRY8IGskw==
Meeting Time: 2020-04-08T16:49:50Z
|