Search for tag: "procedure"

2023 REU Gannon Murray

+19 More
From  James Overhiser 15 plays

Screening Raw Milk Samples for Foodborne Pathogens (Cornell Vet School) - Jasmine Umrigar

Jasmine Umrigar is a senior in the College of Agriculture and Life Sciences majoring in Global and Public Health with minors in Biometry and Statistics and Infectious Disease Biology. She is…

+25 More
From  Catherine Wambura 4 plays

2022 REU Presentation: Julia Camacho Wejbrandt

+19 More
From  James Overhiser 15 plays

Kyle Shen Lab Demonstration: Introduction: MBE&ARPES Summer School 2022

Zoom Recording ID: 91639832916 UUID: RvKgoXoXS/WhJfbCS5GYfA== Meeting Time: 2022-06-16 12:46:45pm

+31 More
From  James Overhiser 35 plays

MetLife Dental | Open Enrollment 2021

Jeff Ball, Benefits Counselor with MetLife, gives a presentation as part of Benefair Week during Open Enrollment 2021.

+19 More
From  Gerald Deis 34 plays

Intro SAS Fall 2021

+19 More
From  Jacob Grippin 11 plays

F21 DMS M, 9/27: Excel VLOOKUP/True, HLOOKUP, INDEX, MATCH, AND, OR

Zoom Recording ID: 97380532158 UUID: lWHd6rCPSGGcrJeT48Aj+Q== Meeting Time: 2021-09-29T11:35:34Z

+19 More
From  Christina Homrighouse 6 plays

Informal Theory Seminar

Zoom Recording ID: 96116630382 UUID: ZvE45WiqTge1kmJem17kGw== Meeting Time: 2021-05-20T18:55:56Z

+19 More
From  Eunah Kim 2 plays

Lesson 16.7 For-Loops and Testing

Another control-structure means another video on testing. But if you have following the Rule of Numbers, you will discover that you have enough tests for your for-loop. Instead, as we show in this…

+19 More
From  Hannah Lee 76 plays

Lesson 15.7 Mutable List Functions

Because lists are mutable, just like general objects, we can modify them in the body of a function. In this video we show how to write mutable list functions, which are (typically) procedures that…

+19 More
From  Hannah Lee 75 plays

Lesson 11.7 Mutable Functions

In the past if we wanted to do any significant computation, we needed a a fruitful function. Procedures are limited to testing or printing stuff out on the screen. But in this video we show how we…

+19 More
From  Hannah Lee 102 plays

Lesson 9.10 Conditional Scripts

The only difference between a module and a script is how you run it. But we have seen Python files that do different things when you run them as a script or import them as a module. This is done with…

+19 More
From  Hannah Lee 63 plays

Lesson 8.4 Test Procedures

As our modules get more complicated, with more an more function definitions, our test scripts will get more complicated as well. In this video we show how to organize our test scripts by putting the…

+19 More
From  Hannah Lee 94 plays

Lesson 8.3 Test Scripts

A good testing plan has many, many test cases, and it can be really tedious to keep testing a function. That is why it would be ideal if we could automate the process. In this video, we introduce the…

+19 More
From  Hannah Lee 92 plays

Lesson 5.4 Fruitful Functions

In this video we show how to define the definition of a fruitful function (a function that can be used as an expression). It requires a new type of command: the return statement.

+19 More
From  Hannah Lee 135 plays

Lesson 5.1 Function Terminology

This video series is where we start to pile on the vocabulary. In this video we reveiw the most important vocabulary terms for this series, and show you where to look if you are unsure about a word.

+19 More
From  Hannah Lee 123 plays