Search for tag: "programming"

DA research profile_Steven Wolf

From  Gabriela Cestero 13 plays

Systems Conversation on 11/2/2018: Jay H Lee

From  E. Cornelius 1 plays

Josh Torres - CIT Service Desk

From  Ron Henry 5 plays

SEF Fall 2021 Leadership Call

Zoom Recording ID: 94179141077 UUID: NmhE3/JGTqW/E5ik4X619w== Meeting Time: 2021-10-11T14:56:33Z

From  Fengqi You 3 plays

ORIE Colloquium on 10/5/2021: Jeff Linderoth

Subspace Clustering with Missing Data via Integer Programming In the Subspace Clustering with Missing Data (SCMD) problem, we are given a collection of n data points, arranged into columns of a…

From  E. Cornelius 4 plays

Visit Day - PL-SE-Arch Lunch

From  Steven Gallow 28 plays

Zoom Dec. 10. Course Wrap-Up

Given that pre-enroll is this weekend, we end the course with a discussion of where to go from here.This class will be the “advising lecture” that I traditionally give at the end of the…

From  Hannah Lee 66 plays

CS 6120: Lesson 13: Concurrency & Parallelism

Music: https://www.bensound.comStock footage: https://www.videvo.net

From  Adrian Sampson 729 plays

Lesson 29.2 Coroutines

In the previous video we introduced the term coroutine but did not actually define it. In this video we give a more concrete definition. As a result, we see that coroutines and generators have a lot…

From  Hannah Lee 58 plays

Lesson 28.7 Iterator Chaining

Generators take iterators as input, but they also produce one as output. In this video we show how to chain iterators together, doing complex operations on our data.

From  Hannah Lee 42 plays

CS 6120: Lesson 12: Program Synthesis

From  Adrian Sampson 707 plays

Lesson 24.4 Duck Typing

This partial typing from the previous video has a name. It is called duck typing. In this video we show both why this is so popular among Python programmers and also why it is so controversial.

From  Hannah Lee 72 plays

Lesson 17.2 Recursive Functions

In this video we show how to take recursive definitions from mathematics and implement them in Python. To do this, we will need to have a function call itself in its own definition.

From  Hannah Lee 109 plays

Lesson 17.1 Recursive Definitions

Recursion is a general concept that does not just apply to programming languages. In this video we show that recursion exists in mathematics and even natural language.

From  Hannah Lee 107 plays

Lesson 15.8 Slice Assignment (OPTIONAL)

This video introduces an advanced topic that is completely optional and will not appear on any exam. Lists don’t just allow us to use a single position in an assignment statement. We can also…

From  Hannah Lee 45 plays

Lesson 14.2 Functions with Try-Except

Try-except statements will allow use to write functions that we could not write with conditional statements. In this video, we show how to use try-except as a general programming tool.

From  Hannah Lee 61 plays