Search for tag: "script"

Web Scraping in R

Github page with sample files and code Request CCSS Cloud Computing Account. Schedule a consultation There are many free resources that you can use for further learning.linkedin learning free…

+19 More
From  Jacob Grippin 5 plays

Automated Test-Case Reduction

+19 More
From  Adrian Sampson 181 plays

Session 4 of ACM Symposium on Computational Fabrication

Session Chair: Amritansh Kwatra Keynote by Nobuyuki Umetani (University of Tokyo) Keynote by Ilya Baran(Onshape) Demos Lightning Round

From  Thijs Roumen 28 plays

Group1

+19 More
From  James Overhiser 7 plays

Coding with R and Python Using Linux Parallel Computing

There 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/…

+21 More
From  Caiwei Zhang 15 plays

RMarkdown Fall 2021 Recording

There 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/…

+19 More
From  Jacob Grippin 3 plays

WA Checklist Demo 2021

New WA checklist

+19 More
From  Irina Zhankov 5 plays

Lesson 27.9 Model-View-Controller

When we break up out application in multiple classes, we need to give each class a role. One of the most popular ways to do this is designate a class as a model, a view or a controller. In this video…

+19 More
From  Hannah Lee 62 plays

Lesson 27.7 Advanced State Triggers

The state triggers we saw in the previous video were pretty simple. In this video, we talk about using a more complicated trigger: a double click. Double-clicking is more complicated because it needs…

+19 More
From  Hannah Lee 57 plays

CS 6120: Lesson 11: Tracing via Speculation

+19 More
From  Adrian Sampson 422 plays

Lesson 26.8 The Game of Pig

With while-loops we can now write some super complex programs – once that we way more sophisticated than what we have done before. In this video we show how to create a complete dice game with…

+19 More
From  Hannah Lee 68 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 88 plays

Lesson 25.2 Error-Specific Recovery

In this video we show how to use the error type to give you more control over a try-except statement. You can chose to recover from some errors, while completely ignoring other errors.

+19 More
From  Hannah Lee 75 plays

Lesson 24.3 Dynamic Attribute Access

Types guarantee that an object supports a set of operations (methods) and has a certain set of attributes. However, in this video we show that we can actually get this information without typing an…

+19 More
From  Hannah Lee 74 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…

+19 More
From  Hannah Lee 77 plays

Lesson 17.11 Graphical Recursion

Fractals are shapes that look the same when you magnify them larger and larger. This is another example of recursion. In this video we introduce the drawing turtle and show how we use it to draw…

+19 More
From  Hannah Lee 100 plays