Search for tag: "documentation"

Lucy Li - DFA Service Doc and Writing - TeamDynamix Template Analysis

From  Ron Henry 12 plays

Chang Chen - CIT Service Review

Facilitate updating service contacts, service portfolio, and service catalog across CIT services

From  Ron Henry 11 plays

F21 DMS M, 11/15: Excel Finishing Touches

Zoom Recording ID: 98709757103 UUID: Ti2c78KJQDaqoj+JEtctDQ== Meeting Time: 2021-11-15T12:45:23Z

From  Christina Homrighouse 2 plays

How and where to publish your data: Part 1

We are frequently asked to share, archive, or otherwise publish data by funders and publishers, but few instructions exist on how to find a repository, and how to prepare your data and metadata for…

From  Sarah Wright 15 plays

Kelly Chen - Service Documentation

From  Ron Henry 23 plays

David Marantes - Writing and Graphic Design

From  Ron Henry 21 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 44 plays

Lesson 27.5 Mouse Input

In the previous video we primarily focused on keyboard input. Mouse input (called “touch” by kivy) is a little more difficult. In this video we talk about how mouse input works and how to…

From  Hannah Lee 58 plays

Lesson 27.3 The GameApp Class

In this video we introduce the GameApp class, which is a class written by your instructor. In the last assignment you will be creating a subclass of the class to run your game. This video highlights…

From  Hannah Lee 85 plays

Lesson 23.6 The Python Data Model

Python has a lot of special methods than begin and end with double underscores. Together than make up the Python Data Model. In this video we look at the documentation of these methods and try to…

From  Hannah Lee 73 plays

Lesson 22.4 The Subclass Hierarchy

Since every class other than object must be a subclass of another class, this can lead to some interesting “family trees” of classes. In this video we look at Kivy classes, and see how…

From  Hannah Lee 66 plays

Lesson 15.6 List Methods

Lists have many of the same methods as tuples. But since they are mutable, they have even more. In this video we show off some of the mutable methods of lists, which are methods that can alter the…

From  Hannah Lee 73 plays

CS 6120: Lesson 6: Introduction to LLVM

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

From  Adrian Sampson 2,542 plays

Lesson 11.8 Object Methods

Objects have an interesting feature that we saw before we strings: they have methods in addition to functions. In this video we talk about those methods, and how they differ from string methods.

From  Hannah Lee 75 plays

Lesson 11.6 Attribute Invariants

When you work on Assignment 3, you will discover that the color objects have some significant restrictions on how they can be used. These restrictions are called attribute invariants, and they are…

From  Hannah Lee 106 plays

Lesson 6.4 Advanced String Methods

In the previous video, we showed how to call a string method if it had only one argument – the string. In this video we show you how to call arbitrary string methods, which can have many…

From  Hannah Lee 98 plays