Instructional Video5:27
3D Print General

Homemade Solutions to 3D Printing Problems

Higher Ed
Just some homemade solutions for 3D printing problems for when you don't have the parts on hand. Remember - none of these are ideal. Solutions covered: Getting moisture out of spool of filament Connecting Wires Trash Bag Enclosure Using...
Instructional Video15:28
APMonitor

Python🐍 Functions

10th - Higher Ed
Functions create modular code that can do the same task repeatedly without you having to type out the same code each time. Functions make complex code accessible with a single statement. You also can create your own function, but there...
Instructional Video13:35
3D Print General

How Fast Can You 3D Print?

Higher Ed
In this video, I check out how fast you can 3D print, and what limitations may be involved in printing fast.
Instructional Video8:59
3D Print General

Transparent 3D Prints

Higher Ed
In this video, I test out a way to make your 3D prints completely clear. Not translucent - but actually transparent.
Instructional Video3:33
Science360

RESEARCHERS GAUGE IMPACT OF 'MAKER' JOB OPPORTUNITIES FOR UNDERSERVED TEENS

12th - Higher Ed
Real-world problem-solving through "making" is a new and popular way to engage youth in Science, Technology, Engineering and Mathematics education, frequently in after-school programs. Unfortunately, not all youth are able to participate...
Instructional Video8:13
Curated Video

Implement arithmetic operations in a computer program : Operators: Arithmetic, Assignment

Higher Ed
From the section: Operators in Python. This section is about Operators in Python. Operators in Python: Operators: Arithmetic, Assignment
Instructional Video18:03
Curated Video

Complete Python Scripting for Automation - How to define a Function and How to use defined Function, Types of Functions

Higher Ed
Functions: How to define a Function and How to use defined Function, Types of Functions This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function,...
Instructional Video4:24
3D Print General

3D Printed Christmas Ideas

Higher Ed
Happy holidays everyone! Here is just a quick video with some Christmas 3D Printing Ideas. 3D Files: Orb Ornament: https://www.thingiverse.com/thing:3339919 Sand Cat Pendant:...
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...