Search for tag: "statements"

Acumatica User Group Meeting, February 1, 2024

+19 More
From  Rhodora Seymour 29 plays

Acumatica User Group Meeting, December 7, 2023

+18 More
From  Rhodora Seymour 16 plays

Acumatica User Group Meeting, March 2, 2023

+19 More
From  Rhodora Seymour 24 plays

QuickBooks Basic 4 Child Care Providers

Zoom Recording ID: 91014394192 UUID: S2DxVkZ1SMGb3hjiqKKkNQ== Meeting Time: 2022-12-01 12:55:03pmGMT

+19 More
From  Bonnie Collins 51 plays

Jingwen Ou - DFA Accounting, Tuition, FA, and Housing/Dining Analysis

+19 More
From  Ron Henry 12 plays

Acumatica User Group Meeting, February 17, 2022

+19 More
From  Rhodora Seymour 25 plays

PAM 5679 Desktop and Modeling Solutions (2021FA)

Zoom Recording ID: 94778170067 UUID: XjcY4BvPTZqLLqBPsNQKng== Meeting Time: 2021-09-27T12:04:27Z

+19 More
From  Christina Homrighouse 2 plays

Velixo Training with John Bouwens

Zoom Recording ID: 682672132 UUID: N4YRI5d3Q/2/0WXYESohIA== Meeting Time: 2021-09-03T15:02:25Z

+19 More
From  Arlene Wilson 18 plays

Lesson 30.3 Insertion Sort

In this video we introduce insertion sort, which is one of the simplest sorting algorithms to understand. If you have ever sorted cards in your hand it is likely that you have used this sorting…

+19 More
From  Hannah Lee 42 plays

Lesson 30.2 Horizontal Notation

Sorting algorithms can be quite sophisticated. In order to understand them, we need some way to visualize them. In this video, we introduce horizontal notation, which is a way to track how much of a…

+19 More
From  Hannah Lee 44 plays

Lesson 29.4 The yield Statement

While generators are coroutines, the communication only goes one way: from the child to the calling parent. In this video we show how to reverse this communication, passing down information from the…

+19 More
From  Hannah Lee 61 plays

Lesson 26.2 While-Loop Traces

While-loops can do everything that a for-loop can (and more) but they are much harder to use. That is why, in this video, we talk about how to debug a while-loop before we talk about how to write…

+19 More
From  Hannah Lee 86 plays

Lesson 26.1 The While-Loop

In this video we talk about the while-loop and explain why it is necessary. In particular, there are types of iteration that are not possible with the for-loop.

+19 More
From  Hannah Lee 86 plays

Lesson 25.4 The raise Statement

Up until now, the only way that we knew how to create an error is with an assert statement. But these always create errors with the type AssertionError. In this video we show how to create errors…

+19 More
From  Hannah Lee 70 plays

Lesson 25.3 Error Types and the Call Stack

After the last video, try-except looks less like an if-else statement and more like an if-elif-else statement. As we see in this video, this has profound effects on how errors interact with the call…

+19 More
From  Hannah Lee 69 plays

Lesson 21.4 Invariant Enforcement

We know how to enforce preconditions, but how do we force invariants for our attributes? As we see in this video, we do it much the same as for preconditions. But that is because we are going to…

From  Hannah Lee 109 plays