|
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. …
Searchable
Yes Searchable On
Cornell Web Search
|
|
|
|
Zoom Recording ID: 95071859677
UUID: mFt+SAZzQtm3rVUl/mgbmQ==
Meeting Time: 2021-09-14T18:35:51Z
|
|
PARADIM DFT Summer School 2021 - Practical Lecture 1 - Getting started / Quantum Espresso - Betül Pamuk
|
|
Zoom Recording ID: 96071157995
UUID: YZetIbkgS4a15NpvbUbxOw==
Meeting Time: 2021-02-26T18:20:03Z
|
|
Zoom Recording ID: 95137020859
UUID: 16eI+VCsSz+dxonzFYNNxQ==
Meeting Time: 2020-11-16T15:08:05Z
|
|
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.
|
|
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…
|
|
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…
|
|
Zoom Recording ID: 95137020859
UUID: FaCqBsaWTo6CclXl9vYIVw==
Meeting Time: 2020-10-07T13:53:09Z
|
|
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.
|
|
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…
|
|
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.
|
|
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…
|
|
|
|
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.
|