Search for tag: "tests"
Heather Schofield, Oct. 2024 - Dyson Faculty Research SeriesZoom Recording ID: 93127312042 UUID: kWz4VpACSLKYMas8KsRMSw== Meeting Time: 2024-10-11 03:50:14pmGMT
From Chris Barrett
3 plays
|
|
Live Lecture with Dr Smith -- Intro StatsZoom Recording ID: 99931886983 UUID: YDrg/T50QB22aspnqcgJZg== Meeting Time: 2021-04-21T14:12:41Z
From Melissa Smith
12 plays
|
|
3.19.21 Lucas Mentch, University of PittsburghZoom Recording ID: 94765771101 UUID: VB8V4V3dSAGYQagtr1etgQ== Meeting Time: 2021-03-19T15:14:36Z
From Jordan Staiti
74 plays
|
|
Live Lecture with Dr Smith -- Intro StatsZoom Recording ID: 99931886983 UUID: hXufGT8RSJWxkvc9XUyMjA== Meeting Time: 2021-03-05T15:01:30Z
From Melissa Smith
1 plays
|
|
2.26.21 Sameer Singh, University of California, IrvineZoom Recording ID: 94765771101 UUID: 0mUf0ZDfRU2+gtHIgzchEQ== Meeting Time: 2021-02-26T16:14:28Z
From Jordan Staiti
41 plays
|
|
Day of Data 2021: Communicating Our ResearchCommunicating Our ResearchThursday, Jan. 28, 2021 | 12:10 pm, Track 2Gardens of the Roman Empire: interdisciplinary collaboration to assemble, organize, and publish online scholarship, Yifan Li,…
From Sarah Wright
30 plays
|
|
TLE: Dec 8 - Study Strategies, Learning Strategies Center (LSC)Zoom Recording ID: 94724468690 UUID: gl870jAjTH2Fzmz5hWKhEw== Meeting Time: 2020-12-08T16:45:37Z
From Tracy Gavich
8 plays
|
|
Zoom Oct. 22. More RecursionThe 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
56 plays
|
|
Zoom Oct. 20. RecursionRecursion is a powerful programming tool and one of the fundamental principles of computer science. It is used in many advanced algorithms.In this session, we will just focus on divide-and-conquer,…
From Hannah Lee
47 plays
|
|
Zoom Oct. 15. For-LoopsIn this session, we review the for-loop, which is the next control structure. This is the last control structure we will need for a while.For-loops are pretty easy to use in Python, and most students…
From Hannah Lee
24 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
77 plays
|
|
Zoom Sep. 29. Algorithm DesignIn 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
33 plays
|
|
Lesson 10.7 Multifunction DebuggingTop-down design simplifies the design of code, but it can make debugging a little more complicated. Now bugs are potentially spread across multiple functions. In this video we look at an extended…
From Hannah Lee
85 plays
|
|
Zoom Sep. 22. Specifications and TestingBoth specifications and testing are critical for the first assignment. But many students struggle with them because they are so “fuzzy”.To help you improve your skills here, we have are…
From Hannah Lee
29 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
|