Instructional Video32:00
Curated Video

Describe computer programming : Control Flow

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: Control Flow
Instructional Video6:56
3D Print General

Converting CR-10 to Direct Drive

Higher Ed
In today's video, I convert my CR-10 with a Bondtech BMG and E3D hotend to a direct drive setup. Direct drive allows for more flexible and exotic materials to be used but comes at the cost of a heavier extruder carriage. If you are not...
Instructional Video23:30
APMonitor

Python for Beginners with Spyder IDE

10th - Higher Ed
This introduction includes information about naming variables, built-in constants, reserved keywords, built-in functions, syntax highlighting, data types (integer, float, list, tuple, dictionary), and basic commands to built a first...
Instructional Video3:51
Curated Video

Complete Python Scripting for Automation - Sets

Higher Ed
Data Structures of Python: Sets This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
Instructional Video9:30
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q4 Products Bought Together

Higher Ed
In this session, we will address the final question of the challenge, which is: What products are often sold together in the state of 'NY'? This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3...
Instructional Video4:34
3D Print General

3D Printed Predator Bust

Higher Ed
In this quick video I 3D print and paint a Predator bust designed by Geoffro. Link to bust: http://bit.ly/2Oyl0Me
Instructional Video3:16
3D Print General

Hotend Not Maintaining Temperature - PID Autotuning

Higher Ed
Having difficulty reaching or maintaining a temperature on your 3D printer? Here is a quick tutorial to help you run your PID autotuning to correct it.
Instructional Video8:08
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Working with Missing or Bad Data

Higher Ed
In this video, we will learn to clean the data frame and remove missing or bad data. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This...
Instructional Video13:13
Curated Video

Test a computer program or algorithm : Intro to Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video provides an introduction to errors in Python.
Instructional Video2:43
3D Print General

3D Printed Dobby

Higher Ed
In this video, I print and paint a 2 foot tall #Dobby statue, designed by Vasilis Katsaros on My Mini Factory. Dobby STL: http://bit.ly/2KbTKUV
Instructional Video11:55
Curated Video

Complete Python Scripting for Automation - Introduction to while loop

Higher Ed
Loops - for and while loops with break, continue and pass: Introduction to while loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for Automation".You...
Instructional Video6:15
Curated Video

Fix the errors in a computer program or algorithm : Errors and Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Errors happen. You can NOT avoid them. It's a fact of life, your programs will have...
Instructional Video2:44
Curated Video

Call a function : Demo - List Operations

Higher Ed
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: Demo - List...
Instructional Video5:45
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Functions and Boolean Operations

Higher Ed
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Instructional Video11:51
3D Print General

Cura Experimental Settings - Bridging - Alternate Skin - Infill Travel Optimization

Higher Ed
This is the fourth video where I cover different Cura experimental settings, the first 3 being linked below. This time we cover bridge settings, alternate skin rotation, infill travel optimization, and auto temperature.
Instructional Video13:00
Curated Video

Complete Python Scripting for Automation - Tuples

Higher Ed
Data Structures of Python: Tuples This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
Instructional Video16:13
Curated Video

Complete Python Scripting for Automation - Practice-2: Platform independent script to find the java version

Higher Ed
subprocess Module: To execute any Operating System Commands with python: Practice-2: Platform independent script to find the java version This clip is from the chapter "subprocess Module: To execute any Operating System Commands with...
Instructional Video8:14
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Working with User-Defined Functions

Higher Ed
In this session, let's learn how to create user-defined functions. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily...
Instructional Video2:44
Science360

SOCCER, PAC MAN AND EUGLENA: COMBINING FUN, HANDS-ON BIOLOGY WITH THE CONVENIENCE OF A SMARTPHONE

12th - Higher Ed
In episode 71, Charlie and Jordan discuss a 3-D printed, easily assembled smartphone microscope--called the LudusScope--that provides new ways of interacting with and learning about common microbes. Developed at Stanford University, the...
Instructional Video2:35
Science360

Printable Robots Designed To Be Consumer-Friendly, Inexpensive

12th - Higher Ed
This project envisions a future where 3-D robotic systems can be produced and designed using 2-D desktop technology fabrication methods. If this feat is achieved, it would be possible for the average person to design, customize and print...
Instructional Video11:41
3D Print General

3D Printing with Extremely Fine Nozzles

Higher Ed
In this video, I take another look at my most popular video (and most critiqued) from two years ago on how to print with extremely fine nozzles.
Instructional Video11:44
3D Print General

Actively Heating 3D Printer for High Temp Printing

Higher Ed
In this video I show off how I added active heating to my enclosed 3D printer in order to have higher ambient air temperatures. This machine can now consistently print large, dense ABS and ASA parts, and even print materials like...
Instructional Video8:31
Curated Video

Fix the errors in a computer program or algorithm : Exceptions Handling

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Exceptions Handling
Instructional Video5:03
Curated Video

Implement different search algorithms : BST from scratch - In-order traversal

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Build the in-order traversal method so nodes can be displayed in order based on the...