Curated Video
Mastering Swift 2 Programming (Video 40)
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...
Curated Video
Mastering Swift 2 Programming (Video 39)
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...
Curated Video
Mastering Swift 2 Programming (Video 16)
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...
Curated Video
C++ Standard Template Library in Practice - Input Iterators
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...
de Dicto
Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi: Cognitive robotics
What is cognitive robotics? How do you model human intelligence? Understanding Human Psychology Through Robots with Prof. Angelo Cangelosi, Part 1
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting nodes with 2 children
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,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 2
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,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth
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.
Curated Video
The AI Reproducibility Crisis: Why It Matters and What's Being Done About It
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,...
de Dicto
Towards automated fact checking with Andreas Vlachos: Wikipedia's potential
What aspects contribute to Wikipedia being considered a large scale online conversation? Towards automated fact checking with Andreas Vlachos, Part 2
NASA
Why Observe?: Tree Height
"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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - In-order traversal
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 1 - Countdown timer
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 1
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Selection sort implementation
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Strings: concatenation, indexing, slicing, python console
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.
Curated Video
Mastering Swift 2 Programming (Video 41)
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Delete demo
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
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Intro to linear data structures - Linked Lists
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,...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Cryptographic Attacks
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...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - The Binary Search Tree - an introduction
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...
Science360
2010 Waterman Award Winner’s Research on Fast Algorithms
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Build a custom linked list
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
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 2: Get input from user for size and range
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,...