Hi, what do you want to do?
Crash Course
Data Structures: Crash Course Computer Science
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...
TED Talks
Ajit Narayanan: A word game to communicate in any language
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...
Curated Video
Data structures
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...
Curated Video
Creating lists in Python
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Structures
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,...
<
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,...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (1)
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...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Sets
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...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arrays in Solidity – Pop, Push, and Length Methods
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...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Using Expressions in Tableau
In this lesson, you will learn to use expressions and aggregation in Tableau, forming individual data into a cluster group on specific measurements.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - List Interface Implementations - ArrayList Versus LinkedList
In this video, you will learn about list interface implementations—ArrayList versus LinkedList.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout Widget Introduction
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...
<
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Widget Introduction
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...
<
br/>
This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Photo Widget Entry
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.
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.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Struct
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...
<
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Widget Introduction
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...
<
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timeline Entry View-2
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...
<
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to AVRO - What Is AVRO and Why AVRO?
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...
<
br/>
This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Serialization Formats
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...
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Data Contract and Serialization in Kafka
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...
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Curated Video
Mastering C++ Standard Library Features [Video] - Example: Creating a Compile-Time Set Data Structure
Learn how to create a simple set-like compile-time data structure with a familiar `constexpr`-based syntax
Curated Video
R Programming for Statistics and Data Science - Creating a Factor in R
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.
This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.