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 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 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: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...
Instructional Video12:17
Packt

Create a computer network: Python Netmiko Library

Higher Ed
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...
Instructional Video1:05
Science360

iDigBio delivers digital collections of natural specimens

12th - Higher Ed
Adania Flemming, research assistant at iDigBio, discusses a National Science Foundation-funded project that aims to bring digital collections of natural history online, so that they're freely available to people around the world. Once...
Instructional Video14:30
Packt

Importing log4j into Eclipse Project

Higher Ed
This video explains how to import log4j into the Eclipse project. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video21:59
APMonitor

Java ☕ If Statements

10th - Higher Ed
We humans can make decisions. If someone tells you to turn off the stove if the food is done. You can go check the food and then either turn it off if it's done or leave it one if not. So far we have learned programming that let's us...
Instructional Video8:50
Curated Video

Learn and Master C Programming - If...else...Code Example: Checking high blood pressure readings

Higher Ed
The author shows you an example that uses several if...else statements and also how to nest if statements using a blood pressure reader function that takes two numbers and gives you back your result as string. This clip is from the...
Instructional Video6:42
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 2 - Factorial

Higher Ed
Build a function that generates lists of integers of various sizes and ranges This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video8:46
3D Print General

Cura Experimental Settings - Adaptive Layers - Spaghetti Infill - Molding

Higher Ed
In this video I take a look at Cura 3.4.1 experimental settings including Adaptive Layers, Spaghetti Infill and Mold Making.
Instructional Video7:31
Curated Video

Complete Python Scripting for Automation - Python Indentation

Higher Ed
Basics of print, indentation, comments and special characters: Python Indentation This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for Automation".You...