Instructional Video9:29
Crash Course

Data Structures: Crash Course Computer Science

12th - Higher Ed
Today we’re going to talk about on how we organize the data we use on our devices. You might remember last episode we walked through some sorting algorithms, but skipped over how the information actually got there in the first place! And...
Instructional Video15:39
TED Talks

Ajit Narayanan: A word game to communicate in any language

12th - Higher Ed
While working with kids who have trouble speaking, Ajit Narayanan sketched out a way to think about language in pictures, to relate words and concepts in "maps." The idea now powers the FreeSpeech app, which can help nonverbal people...
Instructional Video21:38
Curated Video

Data structures

Pre-K - Higher Ed
Pupil outcome: I can describe and compare data structures. Key learning points: - Data structures are used to help store, organise and manipulate data to solve problems efficiently. - Arrays are static data structures that can store data...
Instructional Video26:21
Curated Video

Creating lists in Python

Pre-K - Higher Ed
Pupil outcome: I can create a list in Python and use selection to access and display list items. Key learning points: - Lists are data structures that can store multiple related items in Python. - Values held in a list are ordered by...
Instructional Video5:17
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Structures

Higher Ed
In this video, you will learn about data structures.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Instructional Video11:20
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (1)

Higher Ed
This video introduces us to Pandas data structures and analysis tools, which help make data easy to handle and intuitive.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video5:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Sets

Higher Ed
Sets are a new data structure introduced in ES6 that allow us to store unique values. In this video, you will learn how sets work, how to create them, and how to perform basic set operations.
<
br/>
This clip is from the chapter...
Instructional Video11:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity

Higher Ed
In this video, we will cover one of the most important data structures in Solidity: mappings. Mappings are a way to associate values to unique keys and are used in many smart contracts for storing and retrieving data efficiently. By...
Instructional Video10:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arrays in Solidity – Pop, Push, and Length Methods

Higher Ed
In this video, you will learn about arrays in Solidity and the pop, push, and length methods associated with them. We will cover the basics of declaring and initializing arrays, as well as how to add and remove elements from them using...
Instructional Video14:27
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Using Expressions in Tableau

Higher Ed
In this lesson, you will learn to use expressions and aggregation in Tableau, forming individual data into a cluster group on specific measurements.
Instructional Video5:32
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - List Interface Implementations - ArrayList Versus LinkedList

Higher Ed
In this video, you will learn about list interface implementations—ArrayList versus LinkedList.
Instructional Video2:28
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout Widget Introduction

Higher Ed
This video introduces you to the workout widget.
<
br/>
This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts...
Instructional Video2:25
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Widget Introduction

Higher Ed
This video introduces you to the weather widget project, which will fetch weather data from the API.
<
br/>
This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
Instructional Video2:01
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Photo Widget Entry

Higher Ed
This video explains the photo widget entry.<br<br/>/>

This clip is from the chapter "Photo-Based Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the photo-based widget.
Instructional Video2:37
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Struct

Higher Ed
This video explains how to create the data structure for our quotes widget.
<
br/>
This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Instructional Video1:29
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Widget Introduction

Higher Ed
This video explains the quotes widget creation and how it works.
<
br/>
This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to...
Instructional Video6:19
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timeline Entry View-2

Higher Ed
This video explains the timeline entry view for the widget.
<
br/>
This clip is from the chapter "Build Your First Widget from Scratch" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Instructional Video4:29
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to AVRO - What Is AVRO and Why AVRO?

Higher Ed
In this video, you will learn about AVRO and why AVRO is one of the popular serialization formats.
<
br/>
This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data...
Instructional Video4:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Serialization Formats

Higher Ed
In this video, we will investigate different serialization formats and the support for Schema in AVRO, Protobuf, and Thrift.
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Instructional Video4:53
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Data Contract and Serialization in Kafka

Higher Ed
In this video, we will investigate how serialization is connected to Kafka and how it benefits the overall Kafka architecture.
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Instructional Video9:01
Curated Video

Mastering C++ Standard Library Features [Video] - Example: Creating a Compile-Time Set Data Structure

Higher Ed
Learn how to create a simple set-like compile-time data structure with a familiar `constexpr`-based syntax
Instructional Video7:44
Curated Video

Analysis of Trojan APK

Higher Ed
This video will deep dive into the analysis of a trojan APK
Instructional Video6:01
Curated Video

R Programming for Statistics and Data Science - Creating a Factor in R

Higher Ed
This video explains creating a factor in R.<br<br/>/>

This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.