Curated Video
Design test cases to verify a computer program : Testing Classes
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.
Curated Video
Implement arithmetic operations in a computer program : Arithmetic Operators
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...
3D Print General
3D Printed Chess Set and Carrying Case
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
Curated Video
Complete Python Scripting for Automation - Introduction to variables and print with variables
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...
3D Print General
Reduce Ghosting in 3D Printing
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.
Curated Video
Predictive Analytics with TensorFlow 5.2: Using kNN for Predictive Analytics
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...
Curated Video
Implement different search algorithms : In-order traversal of a Binary Search Tree
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...
Curated Video
Describe a function : Functions
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions
Curated Video
Describe computer programming : How Code Runs
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...
3D Print General
More Transparent 3D Print Tests
In this video I do more clear 3D print tests using Polymaker's PolySmooth material.
Programming Electronics Academy
Map Function: Arduino Course 5.7
A demonstration of the map() function in Arduino.
Science360
Stretchable, flexible, ultra-thin batteries made with zinc – Imprint Energy
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...
Curated Video
3D printing prosthetic limbs for refugees
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...
Product Design Online
Learn Fusion 360 in 30 Days - Day #19: 3D Model a Hinged Box (Part 2 of 2)
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...
APMonitor
Python 🐍 Curve Fit with Step Test Data
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...
APMonitor
Data Cleansing
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...
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 1
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...
3D Print General
Cura Tricks for 3D Printing
In this video, I cover a few different tricks in Cura that can help you to print models and save material and time.
3D Print General
3D Printed Lithophane Lamps
In this video I show how I 3D printed lithophane lamps for Christmas gifts.
Programming Electronics Academy
Serial Communication: Arduino Course 4.9
A walk through of serial communication.
APMonitor
Python 🐍 Solve Nonlinear Equations with fsolve
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...
Programming Electronics Academy
Using Arrays with For Loops
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...
3D Print General
Cura Experimental - Draft Shields - Support in Chunks - Conical Supports - Printable Overhangs
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.
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.2: Creating a Child Process
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