Search for tag: "rule"

Website - Update Jobs page

Tutorial and best practices for updating your CCE Association website's "Jobs" page. Additional resources:CCE Knowledge Base Article (KBA) - CCE Website Overview and Trainings CCE…

From  Christi Smith 9 plays

F21 ADA 11/16 Session 11: Access basic terminology, table, queries (part 2)

Zoom Recording ID: 95243780844 UUID: 7reHbkwtTuq55uvqNMa6WA== Meeting Time: 2021-11-16T15:24:39Z

From  Christina Homrighouse 1 plays

F21 DMS W, 11/10: Excel Final Report

Zoom Recording ID: 99238246297 UUID: 0dO7yQ6RRUyoDQCG1eADhw== Meeting Time: 2021-11-10T13:07:44Z

From  Christina Homrighouse 2 plays

10.15.21 Kevin Ellis, Cornell University

Zoom Recording ID: 471873857 UUID: oxK1/tPPRLujXJZ316RnMA== Meeting Time: 2021-10-15T15:59:06Z

From  Jordan Staiti 13 plays

Wellbeing@Work: Food Safety

A short clip from the Wellbeing@Work Interview Series. Learn some simple tips for food safety. View the full interview here:…

From  Gerald Deis 22 plays

4.9.21 David Rodhe and Flavian Vasile, Criteo

Zoom Recording ID: 94765771101 UUID: 5bO/g7OjT0ChDrgsMtdo6w== Meeting Time: 2021-04-09T15:09:17Z

From  Jordan Staiti 29 plays

11.23.20 Daniel Halpern, Harvard University

Zoom Recording ID: 97470844866 UUID: MjqKXCYqQQeU4lNARkdwAQ== Meeting Time: 2020-11-23T21:05:25Z

From  Jordan Staiti 111 plays

ELO Opportunity with NAKASEC VA

Diana Park is a junior in the College of Human Ecology majoring in Global and Public Health Sciences with intended minors in Health Equity, Health Policy, and Demography. She is passionate about…

From  Mia Haller 24 plays

Lesson 22.7 The super Function

Sometimes you do not want to completely override a method. You just want to override part of it, or add a few extra features at the end. In this video, we introduce the super function which allows us…

From  Hannah Lee 72 plays

Lesson 22.5 Name Resolution

We have long said that the dot (.) in Python means “inside of the folder”. But which folder? In this video, we show why subclasses makes this question a little less clear. When Python…

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

From  Hannah Lee 72 plays

Zoom Sep. 29. Algorithm Design

In this session we do a deep dive in how we might design a series of functions to acomplish a single task.This class will be highly interactive. We will start with a specification – one more…

From  Hannah Lee 28 plays

Lesson 10.5 Helper Functions

In the string videos we talked about the backwards approach to function design. Unforunately, this technique does not combine well with iterative testing. In this video we look at an alternative…

From  Hannah Lee 83 plays

Lesson 10.4 Iterative Testing

We made very sure that you had learned about testing before you started on your first assignment. That is because we want you testing while you are activtely writing your code, and not waiting until…

From  Hannah Lee 101 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…

From  Hannah Lee 86 plays

Lesson 8.2 Test Cases

Many students in this course find that coming up with good test cases is far harder than writing code. That is because you have to design your test cases from the specification, before seeing any…

From  Hannah Lee 84 plays