Search for tag: "procedure"
Screening Raw Milk Samples for Foodborne Pathogens (Cornell Vet School) - Jasmine UmrigarJasmine 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…
From Catherine Wambura
4 plays
|
|
Kyle Shen Lab Demonstration: Introduction: MBE&ARPES Summer School 2022Zoom Recording ID: 91639832916 UUID: RvKgoXoXS/WhJfbCS5GYfA== Meeting Time: 2022-06-16 12:46:45pm
From James Overhiser
35 plays
|
|
MetLife Dental | Open Enrollment 2021Jeff Ball, Benefits Counselor with MetLife, gives a presentation as part of Benefair Week during Open Enrollment 2021.
From Gerald Deis
34 plays
|
|
F21 DMS M, 9/27: Excel VLOOKUP/True, HLOOKUP, INDEX, MATCH, AND, ORZoom Recording ID: 97380532158 UUID: lWHd6rCPSGGcrJeT48Aj+Q== Meeting Time: 2021-09-29T11:35:34Z
From Christina Homrighouse
6 plays
|
|
Informal Theory SeminarZoom Recording ID: 96116630382 UUID: ZvE45WiqTge1kmJem17kGw== Meeting Time: 2021-05-20T18:55:56Z
From Eunah Kim
2 plays
|
|
Lesson 16.7 For-Loops and TestingAnother 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…
From Hannah Lee
76 plays
|
|
Lesson 15.7 Mutable List FunctionsBecause 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…
From Hannah Lee
75 plays
|
|
Lesson 11.7 Mutable FunctionsIn 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…
From Hannah Lee
102 plays
|
|
Lesson 9.10 Conditional ScriptsThe 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…
From Hannah Lee
63 plays
|
|
Lesson 8.4 Test ProceduresAs 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…
From Hannah Lee
94 plays
|
|
Lesson 8.3 Test ScriptsA 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…
From Hannah Lee
92 plays
|
|
Lesson 5.4 Fruitful FunctionsIn 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.
From Hannah Lee
135 plays
|
|
Lesson 5.1 Function TerminologyThis 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.
From Hannah Lee
123 plays
|