Instructional Video5:00
Curated Video

Exploring Impossible Objects

Pre-K - Higher Ed
In this video, we explore the concept of impossible objects, focusing on the famous Penrose triangle. We learn about its origin, how it can be drawn in two dimensions but not exist in three dimensions, and how our brains interpret these...
Instructional Video13:00
Curated Video

Create a list : Implementing List Push and Grow Functions

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video explains how to implement the List Push and Grow methods.
Instructional Video1:55
National Parks Service

Glacier National Park - The Loop (Accessible Version)

Pre-K - Higher Ed
The Loop is the switchback that defined the Going-to-the-Sun Road as we know it today. Watch the video to learn more about it's fascinating history ). CREDIT: Glacier National Park
Instructional Video4:07
Curated Video

Mastering Swift 2 Programming (Video 17)

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:21
Programming Electronics Academy

Arrays and For Loops: Arduino Course 7.4

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video14:24
Catalyst University

Classical Pathway of Complement Activation

Higher Ed
Classical Pathway of Complement Activation
Instructional Video3:24
Curated Video

Develop a computer program to solve a problem using control structures : Break

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: Break
Instructional Video11:50
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Producers - Quick Start

Higher Ed
In this lecture, you will understand the producer API structure and create an example to help you understand the usage. To help you understand the API structure, I will create a simplest possible Kafka producer code that sends one...
Instructional Video5:31
Packt

Reversing Linked List - II

Higher Ed
This is the second part of the two-part video that further explains how to reverse a linked list. This clip is from the chapter "Question 5: Reserve Linked List" of the series "Data Structures and Algorithms: The Complete...
Instructional Video7:11
The Art Assignment

Make a Rug | The Art Assignment | Fritz Haeg

9th - 12th
We visit Fritz Haeg at his home and studio in Los Angeles and receive the assignment to make a rag rug! But not just any rag rug--one that you make over time and do something on.
Instructional Video9:44
Curated Video

Bash Shell Scripting- Design a simple digital clock

Higher Ed
This video shows how to design a simple digital clock using bash shell scripting. This clip is from the chapter "Real-Time Practice (Low level to High level)" of the series "Complete Bash Shell Scripting".This section covers various Bash...
Instructional Video17:45
Curated Video

Bash Shell Scripting- Different types of For loop syntax's

Higher Ed
This video explains different types of For loop syntaxes. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains Loops and...
Instructional Video5:39
Curated Video

Mastering Swift 2 Programming (Video 6)

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 Video6:17
Curated Video

Core Java Programming Course- Two-dimensional (2D) Array Exercise

Higher Ed
This video presents an exercise on 2D arrays. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video3:24
Curated Video

Learn and Master C Programming - Variadic Functions Overview

Higher Ed
We are introduced to the concept of variadic function in C/C++. This clip is from the chapter "Advanced Topics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into advanced topics such as...
Instructional Video2:26
Python Programmer

EDA Python - 09-3-continue_break

Higher Ed
Continue and break allow you to change how loops behave. We examine them in this video.
Instructional Video8:59
Packt

ES6 Maps

Higher Ed
Other Newer Features - ES2015+: ES6 Maps This clip is from the chapter "Other Newer Features - ES2015+" of the series "Modern JavaScript from the Beginning".In this section, you will learn about the newer features of JavaScript like...
Instructional Video1:57
NASA

Understanding the Magnetic Sun

3rd - 11th
NASA GSFC solar scientist Holly Gilbert explains a computer model of the sun’s magnetic field. Grasping what drives that magnetic system is crucial for understanding the nature of space throughout the solar system: The sun's invisible...
Instructional Video8:15
TMW Media

Getting Ready: Let's get dressed

K - 5th
Learn how to get dressed from your head to your toes. What clothes do you wear to get ready in the morning? Getting Ready, Part 3
Instructional Video2:35
IDG TECHtalk

Using timeit to profile Python code

Higher Ed
How to use Python's timeit function to profile the performance of small sections of code, such as functions or loops.
Instructional Video2:24
IDG TECHtalk

How to use the for loop construction for Go | Smart Go

Higher Ed
Learn about Go's for loop construction, used to iterate through container objects, continue until a condition is met, or repeat something forever.
Instructional Video3:40
Curated Video

C++ for Beginners - Iterating Through Arrays

Higher Ed
In this lesson, your instructor examines how to process arrays using iteration. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Instructional Video10:54
Curated Video

C++ for Beginners - The "Do While" Loop

Higher Ed
In this section, David examines the "Do While" loop. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Instructional Video8:59
Curated Video

High Performance Scientific Computing with C 3.2: Pipelining and Hardware-Oriented Design

Higher Ed
How can we design our programs to take the most advantage of modern CPU design? • Learn about caching • Learn about branch prediction and speculative execution • Stay out of the way of the CPU and compiler!