Instructional Video6:59
Curated Video

Mastering Swift 2 Programming (Video 40)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video5:31
Curated Video

Mastering Swift 2 Programming (Video 39)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video2:40
Curated Video

Mastering Swift 2 Programming (Video 16)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video7:02
Curated Video

C++ Standard Template Library in Practice - Input Iterators

Higher Ed
We want to learn what makes up an input iterator, and how to use it. • Learn what an input iterator can do • Learn what it takes to fulfill an input iterator contract • Go through a code example, showing how to use input iterators This...
Instructional Video4:01
de Dicto

Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi: Cognitive robotics

Higher Ed
What is cognitive robotics? How do you model human intelligence? Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi, Part 1
Instructional Video5:21
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting nodes with 2 children

Higher Ed
Design and build a project that utilizes the algorithms and tools that have been developed so far This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms,...
Instructional Video7:27
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 2

Higher Ed
Complete implementation of the merge sort algorithm and visualize execution context This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms,...
Instructional Video14:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth

Higher Ed
Complete Student class and look at inheritance and subclasses This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video6:53
Curated Video

The AI Reproducibility Crisis: Why It Matters and What's Being Done About It

Higher Ed
This video discusses the reproducibility crisis in AI, where algorithms developed by one lab cannot be replicated by others due to various factors such as poor writing, unseen factors, and lack of access to original code. However,...
Instructional Video8:07
de Dicto

Towards automated fact checking with Andreas Vlachos: Wikipedia's potential

Higher Ed
What aspects contribute to Wikipedia being considered a large scale online conversation? Towards automated fact checking with Andreas Vlachos, Part 2
Instructional Video10:35
NASA

Why Observe?: Tree Height

3rd - 11th
"Why Observe?: Tree Height" explores surface height measurement missions and the role that citizen science can play within the scientific community. NASA uses field campaigns and sensors on satellites and the International Space Station...
Instructional Video8:57
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - In-order traversal

Higher Ed
Step by step display of the functionality of the completed job scheduler project This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video4:15
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 1 - Countdown timer

Higher Ed
Look at specs for the project along with actual completed program execution This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 1

Higher Ed
Visual presentation and complexity analysis of the bubble sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video6:51
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Selection sort implementation

Higher Ed
Continue building merge function - iteration through lists This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Instructional Video11:19
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Strings: concatenation, indexing, slicing, python console

Higher Ed
Working with sublists, slicing, indexing and basic iteration This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video4:16
Curated Video

Mastering Swift 2 Programming (Video 41)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video14:27
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Delete demo

Higher Ed
Build the binary search function using iteratively This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video5:03
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Intro to linear data structures - Linked Lists

Higher Ed
Build the in-order traversal method so nodes can be displayed in order based on the values of their keys This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python,...
Instructional Video5:24
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Cryptographic Attacks

Higher Ed
In this episode, Mike explains how encrypted information is at risk and explores ways to protect it. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification SY0-601: The Total Course".This section...
Instructional Video9:50
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - The Binary Search Tree - an introduction

Higher Ed
Learn what a BST is and how we can use it. This clip is from the chapter "Binary Search Trees" of the series "From 0 to 1: Data Structures & Algorithms in Java".A Binary Search Tree is a binary tree with specific constraints which make...
Instructional Video0:35
Science360

2010 Waterman Award Winner’s Research on Fast Algorithms

12th - Higher Ed
Subhash Khot - 2010 Waterman Award Winner Subhash is an Associate Professor of Computer Science at NYU and is recognized already by many other honors and awards. Subhash is a brilliant theoretical computer scientist and is most well...
Instructional Video5:17
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Build a custom linked list

Higher Ed
Add a search method to the BST class This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video5:23
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 2: Get input from user for size and range

Higher Ed
Complete visualization of the insertion sort algorithm and assignment handoff for implementation This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...