Search for tag: "calls"
Lesson 17.8 Recursion PerformanceIn this video, we show another reason to pay attention to the division step: performance. In fact, we show an example where a change in how we divide the data can improve performance by several…
From Hannah Lee
91 plays
|
|
Lesson 9.1 Program FlowMost of our code has been what is known as “straight line code”, meaning that it is executed in the order that it is written. But not all code works this way. In this video, we talk about…
From Hannah Lee
146 plays
|
|
Lesson 6.3 String MethodsStrings do not have a lot of functions associated with them. Instead, strings have methods. As we see in this video, methods behave almost exactly like functions, except that the syntax for calling…
From Hannah Lee
99 plays
|
|
Lesson 3.1 Built-In FunctionsThe easiest functions to use in Python are those that are built into it. They are listed on the Python Documentation page. In this video we examine some of these and show the syntax for how to use…
From Hannah Lee
160 plays
|
|
Milstein Invited Lecture - Phil ZimmermannZoom Recording ID: 96610307248 UUID: mZ1ztoAtR22wXeIQs0Cm0g== Meeting Time: 2020-07-30T23:46:15Z
From Tapan Parikh
26 plays
|
|
Rediscovering The Art of Drinking: A Forgotten Guide to the Classical Art of ImbibingIn the winelands of Renaissance Germany, a poet named Vincent Obsopoeus witnessed the birth of a poisonous new culture of bingeing, peer pressure, and competitive drinking. Michael Fontaine presents…
From Kenny Berkowitz
141 plays
|
|
Ezra's Round Table/Systems Engineering Seminar on 4/6/2012 - Andrew March: Multifidelity Methods for Multidisciplinary System DesignFriday, April 6 at 12:00pm Frank H.T. Rhodes Hall, 253 Optimization of multidisciplinary systems is critical as slight performance improvements can provide significant benefits over the…
From E. Cornelius
37 plays
|