Drew Sussman, the Vice President of Membership with Young
Professionals in Infrastructure, talks about how private investment in
infrastructure can create value for owners. He explains how…
It looks like quicksort has solved our performance problems. However, we should not be so hasty. In this video, we look at the real performance for quicksort, and why it is not perfect. We also talk…
In this video, we look at the different ways we can search a list for an element. In doing so, we see that it helps a lot for our lists to be sorted. Hence that will be our focus for the rest of this…
Peter Deckerman is a junior in the College of Agriculture and Life Science majoring in Global and Public Health Sciences with minors in Infectious Disease and Business. He is passionate about…
We have seen the None value used in several previous videos. But in this video we finally introduce it formally. In particular, we show why it is so commonly used in object initialization.
Because classes are not built into Python, they do not have literals. So how do we create objects? In this video, we address instantiation which is how do this.