Search for tag: "p.."
Preparing eggs Guest EFNEP EducationGayle Patterson and Kelly McDonald talk about safe food handling when making hard boiled eggs.
From Kelly McDonald
4 plays
|
|
Stochastic Networks Conference 2022 - Henry Lam EditZoom Recording ID: 97630276119 UUID: b0bbUQGeREmWQTqzq6FRkA== Meeting Time: 2022-06-20 03:00:12pm
From E. Cornelius
14 plays
|
|
Lesson 23.5 Mixed-Type OperatorsOperator overloading allows us to redefine the meaning of + or * on objects of our class. But sometimes we want to mix together types like a fraction and integer. In this video we show that it is…
From Hannah Lee
76 plays
|
|
Lesson23.4 The is OperatorAs we saw in the previous video, we cannot trust == if we need to test if two variables refer to the same object folder. In this video we show an alternative operator is, which is safe to use because…
From Hannah Lee
56 plays
|
|
Lesson 22.5 Name ResolutionWe 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
66 plays
|
|
Lesson 11.7 Mutable FunctionsIn the past if we wanted to do any significant computation, we needed a a fruitful function. Procedures are limited to testing or printing stuff out on the screen. But in this video we show how we…
From Hannah Lee
102 plays
|
|
Lesson 11.5 Object AttributesObjects are these folders that contain a portfolio of variables. These variables are called attributes. In thie video we talk about how we can access these attributes, or even change them.
From Hannah Lee
105 plays
|
|
Lesson11.3 Object VisualizationVisualization is a reoccuring theme in this course. In this video we introduce a brand new visualization framework to help us understand how objects work. This new folder metaphor will become…
From Hannah Lee
81 plays
|
|