Search for tag: "string"

2023 REU Yongwen Zheng

+19 More
From  James Overhiser 17 plays

Natural Language Processing (NLP101) Spring 2022

+19 More
From  Jacob Grippin 17 plays

Introduction to Tidyverse Spring 2022

+19 More
From  Jacob Grippin 6 plays

Introduction to R Spring 2022

Welcome 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…

+19 More
From  Jacob Grippin 48 plays

Introduction to Python Spring 2022

You do not need to download any software to prepare. Here is what you will need: 1. Open the following link:…

+20 More
From  Jacob Grippin 53 plays

F21 DMS W, 11/10: Excel Final Report

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

+19 More
From  Christina Homrighouse 2 plays

F21 DMS W, 10/13: Excel text functions and macros

Zoom Recording ID: 98998360057 UUID: Lkd3eMy2QKSSx7Z8jMekgQ== Meeting Time: 2021-10-13T12:04:01Z

+19 More
From  Christina Homrighouse 3 plays

3.22.21 Andrea Lincoln, Massachusetts Institute of Technology

Zoom Recording ID: 92032593202 UUID: jpTMxtV+QRWMCIj9Fd0ogA== Meeting Time: 2021-03-22T19:43:43Z

+19 More
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…

+19 More
From  Hannah Lee 28 plays

Zoom Nov. 10. Operators and Abstraction

in 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…

+19 More
From  Hannah Lee 17 plays

Lesson 26.3 While-Loop Ranges

While-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.…

+19 More
From  Hannah Lee 80 plays

Lesson 25.2 Error-Specific Recovery

In 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.

+19 More
From  Hannah Lee 74 plays

Lesson 24.3 Dynamic Attribute Access

Types 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…

+19 More
From  Hannah Lee 74 plays

Lesson 24.2 The isinstance Function

In 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.

+19 More
From  Hannah Lee 73 plays

SOIL Seminar: Interface Types Introduction and Update

Title: 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…

+15 More
From  Ross Tate 63 plays

Zoom Nov. 3. Object-Oriented Design

In 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…

+19 More
From  Hannah Lee 33 plays