Search for tag: "letter"

LastPass - Change Master Password

Tutorial for CCE/Cornell LastPass business account users to change master password, set recovery device, and enable two-step authentication. Additional resources can be found here:Last Pass Support -…

From  Christi Smith 7 plays

FLX Clean Energy Hub Meeting

Zoom Recording ID: 94461734993 UUID: wfqUeksYQReDa50zcE0mmQ== Meeting Time: 2021-12-16T15:54:08Z

From  Arlene Wilson 2 plays

FLX Clean Energy Hub Zoom Meeting

Zoom Recording ID: 94461734993 UUID: KLOC50msR0eBg54tvoOZbw== Meeting Time: 2021-11-18T15:53:22Z

From  Arlene Wilson 1 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…

From  Colleen McLinn 29 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…

From  Hannah Lee 60 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.

From  Hannah Lee 80 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.

From  Hannah Lee 68 plays

Zoom Oct. 22. More Recursion

The divide-and-conquer examples we saw in the previous session were on the easy side. In this session we look at some much more challenging examples.Included in this session is segregate, the most…

From  Hannah Lee 44 plays

Lesson 17.10 Recursion and Helper Functions

Divide-and-conquer is not the only example of recursion. It just happens to be one of the most interesting. But in this video we show that even some of the simplest of recursive definitions become…

From  Hannah Lee 300 plays

Lesson 17.5 Divide and Conquer Design

Now that we understand divide-and-conquer, it is type to implement it in Python. In this video we show you a three-step sequence for writing a function definition using this technique.

From  Hannah Lee 117 plays

Lesson 16.3 Accumulators

One of the techniques that we say in the previous video was the accumulator variable. In this video we show that this is a general technique used in a fruitful function that requires a for-loop.

From  Hannah Lee 96 plays

Lesson 16.1 The For-Loop

In this video we introduce a new control-structure: the for-loop. This control structure is specifically designed for processing iterable types like strings, tuples, and lists.

From  Hannah Lee 109 plays

Lesson 6.4 Advanced String Methods

In the previous video, we showed how to call a string method if it had only one argument – the string. In this video we show you how to call arbitrary string methods, which can have many…

From  Hannah Lee 98 plays

Lesson 1.5 String Expressions

Strings are the type for text data. We will go into much more depth with this type in a later module. In this video, we just introduce the basics to complete our overview of Python types.

From  Hannah Lee 171 plays

Morgan Fernandez 2020 REU final presentation

Zoom Recording ID: 97214601225 UUID: UlnuuPOnS6aBDTLJ9vagow== Meeting Time: 2020-08-06T12:59:57Z

From  James Overhiser 20 plays

Boris Tsang 2020 REU final presentation

Zoom Recording ID: 97214601225 UUID: UlnuuPOnS6aBDTLJ9vagow== Meeting Time: 2020-08-06T12:59:57Z

From  James Overhiser 55 plays