Search for tag: "command"

Docker Intro!

From  Adrian Sampson 19 plays

Section 9/14/21: Github, Jupyter, and Colab

Zoom Recording ID: 95071859677 UUID: mFt+SAZzQtm3rVUl/mgbmQ== Meeting Time: 2021-09-14T18:35:51Z

From  Madeleine Udell 53 plays

PARADIM DFT Summer School 2021 - Practical Lecture - Getting started / Quantum Espresso

PARADIM DFT Summer School 2021 - Practical Lecture 1 - Getting started / Quantum Espresso - Betül Pamuk

From  Brenda Fisher 267 plays

LECTURE

Zoom Recording ID: 96071157995 UUID: YZetIbkgS4a15NpvbUbxOw== Meeting Time: 2021-02-26T18:20:03Z

From  Andy Ruina 0 plays

MAE 4730/5730 Lecture

Zoom Recording ID: 95137020859 UUID: 16eI+VCsSz+dxonzFYNNxQ== Meeting Time: 2020-11-16T15:08:05Z

From  Andy Ruina 5 plays

Lesson 20.1 Class Definitions

In this video we show you the basic format of a class definition. However, classes can contain a lot of features, so our classes will be very simple for this demonstration.

From  Hannah Lee 84 plays

Lesson 14.3 Try-Except and the Stack

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…

From  Hannah Lee 50 plays

Lesson 13.3 Assert Statements

Determining responsibility can get really tedious. In this video, we show how we can responsibility explicit by creating errors on purpose. We introduce the assert statement, which will allow us to…

From  Hannah Lee 59 plays

MAE 4730/5730 Lecture

Zoom Recording ID: 95137020859 UUID: FaCqBsaWTo6CclXl9vYIVw== Meeting Time: 2020-10-07T13:53:09Z

From  Andy Ruina 27 plays

Lesson 12.4 Functions in Memory

We know what happens when we call a function. But as we show in this video, Python also does something very important when we define a function. It has to store the definition somewhere.

From  Hannah Lee 59 plays

Lesson 10.2 Function Stubs

Once we have an algorithm, it is time to get started writing code. In this video we talk about function stubs, which are how we get started. We like function stubs because they act as placeholders…

From  Hannah Lee 691 plays

Lesson 9.4 If-Elif Statements

In this video we introduce the final conditional statement, the if-elif-else statement. This allows you to chose between an arbitrary number of options.

From  Hannah Lee 108 plays

Lesson 8.3 Test Scripts

A good testing plan has many, many test cases, and it can be really tedious to keep testing a function. That is why it would be ideal if we could automate the process. In this video, we introduce the…

From  Hannah Lee 64 plays

CS 6120: Lesson 4: Implementation Task

From  Adrian Sampson 575 plays

Lesson 5.4 Fruitful Functions

In this video we show how to define the definition of a fruitful function (a function that can be used as an expression). It requires a new type of command: the return statement.

From  Hannah Lee 97 plays

Lesson 5.1 Function Terminology

This video series is where we start to pile on the vocabulary. In this video we reveiw the most important vocabulary terms for this series, and show you where to look if you are unsure about a word.

From  Hannah Lee 88 plays