Search for tag: "colon"
Lecture 9/28/21: Train, test, validateZoom Recording ID: 94347618999 UUID: /0J2dL18TH6gEsvgK12PBw== Meeting Time: 2021-09-28T13:28:59Z
From Madeleine Udell
92 plays
|
|
Lesson 25.6 Complex Custom Error TypesWhen we were recording the video on custom error types, it ran quite long. So we decided to break it up into a second video. In this video we look at a slightly more complicated error type. We also…
From Hannah Lee
66 plays
|
|
Lesson 25.1 Error TypesIn this video we revisit error messages in Python and show how to read the error type. This type is a class, which means that you can construct your own error objects.
From Hannah Lee
75 plays
|
|
Lesson 20.1 Class DefinitionsIn this video we show you the basic format of a class definition. However, classes can contain a lot of features, so our classes will be very simple for this demonstration.
From Hannah Lee
128 plays
|
|
Lesson 9.4 If-Elif StatementsIn this video we introduce the final conditional statement, the if-elif-else statement. This allows you to chose between an arbitrary number of options.
From Hannah Lee
131 plays
|
|
Lesson 9.3 If-Else StatementsIn this video we introduce the if-else statement. It is like the if statement, except that you now chose between two options.
From Hannah Lee
143 plays
|
|
Lesson 9.2 If StatementsIn this video, we introduce this simplest form of conditional statement, the ifstatement. It allows us to skip over code if we do not wish to execute it.
From Hannah Lee
144 plays
|
|
Lesson 6.2 String SlicingStrings have a fundamental property that is not present in the other types so far. You can cut up a string into smaller bits or substrings. This is know as string slicing, and it is the focus of the…
From Hannah Lee
102 plays
|
|
Lesson 3.2 String FunctionsStrings are very powerful type that we will use in the first major assignment. In this video we introduce the three main string functions that you should be aware of.
From Hannah Lee
186 plays
|