Search for tag: "string"
Introduction to R Spring 2022Welcome to the Introduction to R Workshop. In order to make the most out of our time tomorrow, we ask that you download some materials for the workshop. All workshop materials are located on the CCSS…
From Jacob Grippin
48 plays
|
|
Introduction to Python Spring 2022You do not need to download any software to prepare. Here is what you will need: 1. Open the following link:…
From Jacob Grippin
53 plays
|
|
F21 DMS W, 11/10: Excel Final ReportZoom Recording ID: 99238246297 UUID: 0dO7yQ6RRUyoDQCG1eADhw== Meeting Time: 2021-11-10T13:07:44Z
From Christina Homrighouse
2 plays
|
|
F21 DMS W, 10/13: Excel text functions and macrosZoom Recording ID: 98998360057 UUID: Lkd3eMy2QKSSx7Z8jMekgQ== Meeting Time: 2021-10-13T12:04:01Z
From Christina Homrighouse
3 plays
|
|
3.22.21 Andrea Lincoln, Massachusetts Institute of TechnologyZoom Recording ID: 92032593202 UUID: jpTMxtV+QRWMCIj9Fd0ogA== Meeting Time: 2021-03-22T19:43:43Z
From Jordan Staiti
26 plays
|
|
Lesson 28.9 Dictionary Comprehension (OPTIONAL)This video is not optional because the material is advanced. It is optional because this video series has run long and this topic is less important for you to know. While we have not talked about…
From Hannah Lee
28 plays
|
|
Zoom Nov. 10. Operators and Abstractionin this presentation we review the Python data model, showing off the various operators we can define in Python. This is an area where Python is much more advanced than older object-oriented…
From Hannah Lee
17 plays
|
|
Lesson 26.3 While-Loop RangesWhile-loops require additional patterns beyond the simple accumulator pattern that we used in for-loops. In this video, we talk about the first such pattern, which is replacing the range iterator.…
From Hannah Lee
80 plays
|
|
Lesson 25.2 Error-Specific RecoveryIn 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
74 plays
|
|
Lesson 24.3 Dynamic Attribute AccessTypes guarantee that an object supports a set of operations (methods) and has a certain set of attributes. However, in this video we show that we can actually get this information without typing an…
From Hannah Lee
74 plays
|
|
Lesson 24.2 The isinstance FunctionIn this video, we show that we can solve the problem of strict typing by using the isinstance function. This function will be our preferred way for enforcing preconditions going forward.
From Hannah Lee
73 plays
|
|
SOIL Seminar: Interface Types Introduction and UpdateTitle: Interface Types Introduction and Update Speaker: Luke Wagner—Fastly Summary: The presentation will recap the motivation and requirements for the Interface Types proposal as well as the…
From Ross Tate
63 plays
|
|
Zoom Nov. 3. Object-Oriented DesignIn ths presentation, we will spend the time creating several example classes. This is another major part of the next exam.When we work with classes, it is very important to pay attention to…
From Hannah Lee
33 plays
|