3D Print General
Homemade Solutions to 3D Printing Problems
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...
APMonitor
Python🐍 Functions
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...
3D Print General
How Fast Can You 3D Print?
In this video, I check out how fast you can 3D print, and what limitations may be involved in printing fast.
3D Print General
Transparent 3D Prints
In this video, I test out a way to make your 3D prints completely clear. Not translucent - but actually transparent.
Science360
RESEARCHERS GAUGE IMPACT OF 'MAKER' JOB OPPORTUNITIES FOR UNDERSERVED TEENS
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...
Curated Video
Implement arithmetic operations in a computer program : Operators: Arithmetic, Assignment
From the section: Operators in Python. This section is about Operators in Python. Operators in Python: Operators: Arithmetic, Assignment
Curated Video
Complete Python Scripting for Automation - How to define a Function and How to use defined Function, Types of Functions
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,...
3D Print General
3D Printed Christmas Ideas
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:...
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...