Instructional Video7:33
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage

Higher Ed
In this video, we will learn how to look at the coverage of our code. • Install istanbul • Show coverage measurements • Analyze our code coverage
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 Video11:19
The Art Assignment

Which is the Real Girl with a Pearl Earring?

9th - 12th
Explore Vermeer's masterpiece "Girl with a Pearl Earring" up close, and see how it's different (and not) from a high-res 3D print of the painting. We visit the Mauritshuis in The Hague and learn what happens when conservation scientists...
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:47
Curated Video

Complete Python Scripting for Automation - Simple exception handling to changing current working directory

Higher Ed
Functions: Simple exception handling to changing current working directory This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code...
Instructional Video7:19
Curated Video

C++ Developer - Variables and Data Types - Part 3

Higher Ed
This is the third part of a three-part video that explains variables and data types. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video14:31
Curated Video

Java 11 Programming for Beginners 2.4: Using Primitive Types

Higher Ed
This is a heavyweight video. We do most of the example solving here to showcase primitive types. • Quick run through of the various primitive types in Java • A brief mention of overflow and underflow • A live programming session solving...
Instructional Video2:35
National Institute of Standards and Technology

No Strings Attached: NIST Protocol Helps Communicate Biometrics from Anywhere

9th - 12th
NIST computer scientist Matt Aronoff describes the NIST Biometrics Web Services project, a new protocol that allows any device that can communicate with the Web to accept data from any biometrics sensors (such as fingerprint scanners,...
Instructional Video24:49
The Wall Street Journal

Brandon Blackwood on the Future of Accessible Fashion

Higher Ed
Designer Brandon Blackwood discusses the benefits of bringing the customer into the design process and why he’s determined to make fashion accessible.
Instructional Video5:54
3D Print General

Lifesized 3D Printed Nefertiti - Scan the World

Higher Ed
Scan the World! In this video I print and paint a 19 inch tall, life-sized Nefertiti bust.
Instructional Video9:46
Let's Tute

Drawing Animals 3D form with Light & Shadow Effect

9th - Higher Ed
In this video we will learn how to draw Animals 3D form with Light & Shadow Effect
Instructional Video4:44
Curated Video

Apache Maven Beginner to Guru - Hello World-Java Command Line

Higher Ed
This video explains how to write the Hello World program in Java using the Java command line. This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java code.
Instructional Video4:33
Kenhub

8 steps to create your own anatomy flashcards

Higher Ed
Best tips on how to put together flashcards to learn anatomy.
Instructional Video7:41
Curated Video

Complete Python Scripting for Automation - Raise user Defined Exceptions

Higher Ed
Exception Handling: Raise user Defined Exceptions This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined Exceptions.
Instructional Video6:09
Curated Video

Beginning Python (Video 20)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video10:18
Curated Video

Develop a computer program to solve a problem using a sequence of instructions : Advanced If Statements

Higher Ed
From the section: JavaScript Basics: Variables and Flow Control. In this section, we’ll learn about the basics of JavaScript. In this lesson, we’re going to continue looking at the if statement. We know about “if” and “else”, but there’s...
Instructional Video4:39
3D Print General

Cura Top Layer Ironing - Great 3D Printing Top Surface Quality

Higher Ed
I decided to work with Cura's new 2.7 software and test out their experimental ironing feature. This ironing allows for a great top surface quality on 3D prints with flat sections.
Instructional Video5:32
3D Print General

How to Print with Extremely Fine Nozzles - Quality Comparison

Higher Ed
In this video I test out E3D's 0.15mm and 0.25mm diameter nozzles. I also compare these fine quality prints to 0.4mm and 0.6mm diameter nozzles
Instructional Video7:06
Curated Video

C++ Developer - Introduction to Control Statements

Higher Ed
This video introduces the control statements. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video3:09
IDG TECHtalk

How to use the map variable type | Smart Go

Higher Ed
Learn about Go's map type, used to store values in a structure that can be quickly accessed with a key -- the Go equivalent of Python's dictionary or Java's HashMap type.
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 Video6:32
Packt

Removing Hard Coded Paths in Framework by Generating Paths Dynamically

Higher Ed
This video explains how to remove hard coded paths in framework by dynamically generating paths. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics...
Instructional Video7:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2

Higher Ed
Learn to code a “Car” class with state and behavior. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Instructional Video14:55
APMonitor

Debugging Python with ipdb and Sypder

10th - Higher Ed
A powerful debugging tool for Python is the pdb (or ipdb) tool that is part of the Integrate Development Environment of Spyder (available from the Anaconda download). This exercise shows how to debug code to fix syntax and logical...