The Wall Street Journal
Brandon Blackwood on the Future of Accessible Fashion
Designer Brandon Blackwood discusses the benefits of bringing the customer into the design process and why he’s determined to make fashion accessible.
3D Print General
Lifesized 3D Printed Nefertiti - Scan the World
Scan the World! In this video I print and paint a 19 inch tall, life-sized Nefertiti bust.
Curated Video
Apache Maven Beginner to Guru - Hello World-Java Command Line
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.
Let's Tute
Drawing Animals 3D form with Light & Shadow Effect
In this video we will learn how to draw Animals 3D form with Light & Shadow Effect
Kenhub
8 steps to create your own anatomy flashcards
Best tips on how to put together flashcards to learn anatomy.
Curated Video
Complete Python Scripting for Automation - Raise user Defined Exceptions
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.
Curated Video
Beginning Python (Video 20)
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...
Curated Video
Develop a computer program to solve a problem using a sequence of instructions : Advanced If Statements
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...
3D Print General
Cura Top Layer Ironing - Great 3D Printing Top Surface Quality
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.
3D Print General
How to Print with Extremely Fine Nozzles - Quality Comparison
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
Curated Video
C++ Developer - Introduction to Control Statements
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.
IDG TECHtalk
How to use the map variable type | Smart Go
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.
Curated Video
Core Java Programming Course- Two-dimensional (2D) Array Exercise
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.
Packt
Removing Hard Coded Paths in Framework by Generating Paths Dynamically
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2
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...
APMonitor
Debugging Python with ipdb and Sypder
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...
Packt
Create a computer network: Python Netmiko Library
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...
Science360
iDigBio delivers digital collections of natural specimens
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...
Packt
Importing log4j into Eclipse Project
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...
APMonitor
Java ☕ If Statements
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...
Curated Video
Learn and Master C Programming - If...else...Code Example: Checking high blood pressure readings
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 2 - Factorial
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...
3D Print General
Cura Experimental Settings - Adaptive Layers - Spaghetti Infill - Molding
In this video I take a look at Cura 3.4.1 experimental settings including Adaptive Layers, Spaghetti Infill and Mold Making.
Curated Video
Complete Python Scripting for Automation - Python Indentation
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...