Instructional Video4:44
Curated Video

Design test cases to verify a computer program : Testing Classes

Higher Ed
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video explains how to test classes in Python.
Instructional Video4:36
Curated Video

Implement arithmetic operations in a computer program : Arithmetic Operators

Higher Ed
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. An arithmetic operator is a mathematical function that takes two operands and...
Instructional Video4:12
3D Print General

3D Printed Chess Set and Carrying Case

Higher Ed
In this video, I 3D print and assemble an awesome chess set with a roll-up board and carrying case. Print your own on MyMiniFactory: http://bit.ly/2xE0iUn
Instructional Video17:01
Curated Video

Complete Python Scripting for Automation - Introduction to variables and print with variables

Higher Ed
Basics of variables and Data Types: Introduction to variables and print with variables This clip is from the chapter "Basics of variables and Data Types" of the series "Complete Python Scripting for Automation".The author introduces...
Instructional Video8:38
3D Print General

Reduce Ghosting in 3D Printing

Higher Ed
Ghosting, or echoing/rippling, is a common problem in 3D printing. In this video we explore 4 different reasons this may be occurring and how to reduce it.
Instructional Video8:07
Curated Video

Predictive Analytics with TensorFlow 5.2: Using kNN for Predictive Analytics

Higher Ed
kNN is non-parametric and instance-based and is used in supervised learning. In this video, we will see working principles of kNN, we will also implement kNN-based predictive model. • See the working principles of kNN • Implement a...
Instructional Video6:47
Curated Video

Implement different search algorithms : In-order traversal of a Binary Search Tree

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. In-depth look at in-order traversal and how it results in a sorted representation...
Instructional Video4:55
Curated Video

Describe a function : Functions

Higher Ed
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions
Instructional Video16:11
Curated Video

Describe computer programming : How Code Runs

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: How Code Runs • Learn to send basic...
Instructional Video11:17
3D Print General

More Transparent 3D Print Tests

Higher Ed
In this video I do more clear 3D print tests using Polymaker's PolySmooth material.
Instructional Video15:12
Programming Electronics Academy

Map Function: Arduino Course 5.7

Higher Ed
A demonstration of the map() function in Arduino.
Instructional Video1:40
Science360

Stretchable, flexible, ultra-thin batteries made with zinc – Imprint Energy

12th - Higher Ed
The rapidly growing portable electronics industry means huge demand for affordable, durable batteries that pack more energy. Imprint Energy, a small business funded by the National Science Foundation, is pioneering a new way to...
Instructional Video4:41
Curated Video

3D printing prosthetic limbs for refugees

12th - Higher Ed
3D-printed prosthetic limbs are being tested by Médecins Sans Frontières to help people who have lost limbs in the war in Syria. The new technology is cheaper and faster than conventional methods and could revolutionise treatment of...
Instructional Video13:18
Product Design Online

Learn Fusion 360 in 30 Days - Day #19: 3D Model a Hinged Box (Part 2 of 2)

Higher Ed
Extend Faces in Extrude Dialog The Extend Faces (formerly Chain Faces) was originally on the right-hand side of the dialog. You will find that they have swapped the two icons. Be sure to select Extend Faces on the left-hand side. Auto...
Instructional Video14:49
APMonitor

Python 🐍 Curve Fit with Step Test Data

10th - Higher Ed
The Scipy curve_fit function determines two unknown coefficients (dead-time and time constant) to minimize the difference between predicted and measured response values. Pandas imports the data and the dataframe header is diplayed with...
Instructional Video14:53
APMonitor

Data Cleansing

10th - Higher Ed
Measurements from sensors or from human input can contain bad data that negatively affects machine learning. This tutorial demonstrates how to identify and remove bad data with Numpy and Pandas. Data cleansing is the process of removing...
Instructional Video4:07
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 1

Higher Ed
From the section: CNN-Industry Live Project: Playing With Real World Natural Images. This section includes a live project of working with flower images. CNN-Industry Live Project: Playing with Real World Natural Images: Working with...
Instructional Video10:55
3D Print General

Cura Tricks for 3D Printing

Higher Ed
In this video, I cover a few different tricks in Cura that can help you to print models and save material and time.
Instructional Video6:18
3D Print General

3D Printed Lithophane Lamps

Higher Ed
In this video I show how I 3D printed lithophane lamps for Christmas gifts.
Instructional Video15:29
Programming Electronics Academy

Serial Communication: Arduino Course 4.9

Higher Ed
A walk through of serial communication.
Instructional Video9:20
APMonitor

Python 🐍 Solve Nonlinear Equations with fsolve

10th - Higher Ed
This tutorial is an introduction to solving nonlinear equations with Python. The solution to linear equations is through matrix operations while sets of nonlinear equations require a solver such as Scipy optimize fsolve to numerically...
Instructional Video16:16
Programming Electronics Academy

Using Arrays with For Loops

Higher Ed
I would say that arrays are one of the most useful programming tools available. Every programming language that I'm familiar with, at least, has some form of an array. If you're trying to learn a new programming language, one of the...
Instructional Video11:35
3D Print General

Cura Experimental - Draft Shields - Support in Chunks - Conical Supports - Printable Overhangs

Higher Ed
This is the fourth video exploring some of the experimental settings in Cura. This time we explore Draft Shields, Breaking Supports in Chunks, Conical Supports, and Printable Overhangs.
Instructional Video7:05
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.2: Creating a Child Process

Higher Ed
In this video, we will learn how to execute code in a child process. • Show the different ways of creating a child process • Create a child.js script • Show communication between child processes