Search for tag: "command"

Publication Ready Tables in Stata.mp4

Link to Github page. File Stata\Stata_Code_Fall2023-10-16-2023.do for code from session. Double click on .do file to open Stata. Then run code. …

From  Jacob Grippin 3 plays

Docker Intro!

From  Adrian Sampson 32 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 57 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 301 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 7 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 110 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 62 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 74 plays

MAE 4730/5730 Lecture

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

From  Andy Ruina 28 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 77 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 814 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 125 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 80 plays

CS 6120: Lesson 4: Implementation Task

From  Adrian Sampson 796 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 118 plays