|
|
|
|
|
Toral Patel, Diversity, Equity and Inclusion Programs Consultant, offers insight on how to be more accepting of others in the workplace and the benefits of inclusivity. Watch the full Interview…
|
|
Zoom Recording ID: 98509571401
UUID: r35WDCCTSD2yLmCgf8Fnsw==
Meeting Time: 2021-10-14T17:30:27Z
|
|
|
|
|
|
Dr. Julie Nucci, Cornell Emeritus. Zoom Recording ID: 99859207764
UUID: 0cOY1pPASnmtVdy0LbKIow==
Meeting Time: 2021-06-23T16:02:55Z
|
|
|
|
Zoom Recording ID: 96071157995
UUID: HulPtH9oRBak2LcfxinisA==
Meeting Time: 2021-04-12T17:21:05Z
|
|
Zoom Recording ID: 95516878452
UUID: GQveX+XgQD6Uf9o3Nd7bHw==
Meeting Time: 2021-02-03T23:05:34Z
|
|
Zoom Recording ID: 95516878452
UUID: GQveX+XgQD6Uf9o3Nd7bHw==
Meeting Time: 2021-02-03T23:05:34Z
|
|
Zoom Recording ID: 95516878452
UUID: Ez7ruiCPS+uOWK16X1XFRA==
Meeting Time: 2021-01-27T23:15:54Z
|
|
In the previous video, we saw that nested loops are causing our sorting algorithms to be slow. To speed things up, we need to get rid of one of these loops. To do that, we will need a special…
|
|
In this video we show how to define a subclass. It is exactly the same as defining a class, except that now we actually do something with the parentheses in the function header.
|
|
Methods definitions look just like function definitions, but we call them differently. In this video we show how to visualize a method call, and we see just how it differs from a function call.
|
|
The except-portion of an try-except statement is only executed when there is an error/crash. But, as we have seen, errors can occur anywhere in the call stack. In this video we show how try-except…
|