Search for tag: "statement"

QuickBooks Basic 4 Child Care Providers

Zoom Recording ID: 91014394192 UUID: S2DxVkZ1SMGb3hjiqKKkNQ== Meeting Time: 2022-12-01 12:55:03pmGMT

+19 More
From  Bonnie Collins 60 plays

Website - Update Footer and Socials

+19 More
From  Christi Smith 10 plays

Introduction to Python Spring 2022

You do not need to download any software to prepare. Here is what you will need: 1. Open the following link:…

+20 More
From  Jacob Grippin 57 plays

PAM 5679 Desktop and Modeling Solutions (2021FA)

Zoom Recording ID: 94778170067 UUID: XjcY4BvPTZqLLqBPsNQKng== Meeting Time: 2021-09-27T12:04:27Z

+19 More
From  Christina Homrighouse 2 plays

CRP 3555-5555 Environmental Impact Review (2021FA)

Zoom Recording ID: 99993772089 UUID: ZbscRr1WRQSc8gjScFXsQw== Meeting Time: 2021-09-08T13:24:58Z

+19 More
From  George Frantz 5 plays

2021: Designing Your Research Statement Around Undergraduate Research

Recording of a Zoom workshop held on July 22, 2021 as part of the Academic Job Search Series sponsored by the Graduate School's Office of Postdoctoral Studies and Future Faculty and Academic…

+26 More
From  Colleen McLinn 36 plays

12-02-2016 - Mia Kyricos

+19 More
From  Anitra Garcia 19 plays

2021: The Application Process for an Academic Job

Recording of a Zoom workshop held on June 16, 2021 as part of the Graduate School's Academic Job Search Series sponsored by the Office of Postdoctoral Studies and Future Faculty and Academic…

+19 More
From  Colleen McLinn 42 plays

Lesson 29.4 The yield Statement

While 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…

+19 More
From  Hannah Lee 61 plays

Lesson 28.5 Generator Design

Now 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…

+19 More
From  Hannah Lee 60 plays

Lesson 28.4 Generator Visualization

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.

+19 More
From  Hannah Lee 67 plays

Lesson 28.3 The yield Statement

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…

+19 More
From  Hannah Lee 66 plays

CCOB Defining Your Career Mantra 11/17/2020

+23 More
From  Christina Ulrich 10 plays

Lesson 26.1 The While-Loop

In this video we talk about the while-loop and explain why it is necessary. In particular, there are types of iteration that are not possible with the for-loop.

+19 More
From  Hannah Lee 88 plays

Lesson 25.4 The raise Statement

Up until now, the only way that we knew how to create an error is with an assert statement. But these always create errors with the type AssertionError. In this video we show how to create errors…

+19 More
From  Hannah Lee 71 plays

Lesson 25.2 Error-Specific Recovery

In this video we show how to use the error type to give you more control over a try-except statement. You can chose to recover from some errors, while completely ignoring other errors.

+19 More
From  Hannah Lee 75 plays