Search for tag: "contents"
Apps on Demand(AoD) copy and pasteSign in: https://login.canvas.cornell.edu/ Copy and paste: https://it.cornell.edu/appsondemand/copy-and-paste-non-chrome-browsers-apps-demand?utm_source=main
From Jacob Grippin
3 plays
|
|
Version Control with Github Spring 2022There are many free resources that you can use for further learning.linkedin learning free with Cornell sign in. https://www.linkedin.com/learning/?u=76816458 https://www.codecademy.com/…
From Jacob Grippin
8 plays
|
|
Lesson 28.1 IteratorsWe are familiar with iterables, types that we can use in a for-loop. In this video we introduce the iterator. This is a type that can be used in a for-loop, but we can also manually step through the…
From Hannah Lee
75 plays
|
|
Lesson 22.1 Classes and Code ReuseIn this video we motivate the conept of subclasses by looking at a potential application. As software becomes more and more complex, we have to leverage features that allow us to work with other,…
From Hannah Lee
87 plays
|
|
Lesson 19.2 Dictionary AssignmentDictionaries are mutable. In this video we show how to alter there contents. This includes reassigning the value of a dictionary for a given key. But it also includes adding and deleting keys.
From Hannah Lee
79 plays
|
|
Lesson 18.6 Mutable Table FunctionsIn this video we show how to write a mutable function on a table of data. Once again, this is very similar to writing an mutable function on a traditional list.
From Hannah Lee
73 plays
|
|
Lesson 15.8 Slice Assignment (OPTIONAL)This video introduces an advanced topic that is completely optional and will not appear on any exam. Lists don’t just allow us to use a single position in an assignment statement. We can also…
From Hannah Lee
55 plays
|
|
Lesson 15.6 List MethodsLists 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
78 plays
|
|
Lesson 15.4 List AssignmentThe big advantage that lists have over tuples is that they are mutable.In this video we show how to write assignment statements that modify the contents of a list.
From Hannah Lee
78 plays
|
|
Lesson 15.3 List ExpressionsIn this video we introduce the list, which looks almost exactly the the same as a tuple, except that it is written differently. Indeed, it supports many of the same operations as tuples. Together,…
From Hannah Lee
90 plays
|
|
Lesson 4.3 Module StructureIn this video we take a closer look at module files. We show what types of things we can put into a module file, and what their purpose is. In addition, after this video should have a better idea of…
From Hannah Lee
134 plays
|
|
Lesson 4.1 ModulesIn this video we talk about what a module really is, and why it is so important for us to have them in this course. We show how to make our own modules and how to import them. In this video it will…
From Hannah Lee
146 plays
|
|
Tuesday Tech Tips/FLIT Edition ft Excel BasicsZoom Recording ID: 96064368984 UUID: FZwVQreYQ2aChRgXZAZqcw== Meeting Time: 2020-08-04T13:48:41Z
From Cate Sirek
5 plays
|