Curated Video
Describe computer programming : Control Flow
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
3D Print General
Converting CR-10 to Direct Drive
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...
APMonitor
Python for Beginners with Spyder IDE
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...
Curated Video
Complete Python Scripting for Automation - Sets
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q4 Products Bought Together
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...
3D Print General
3D Printed Predator Bust
In this quick video I 3D print and paint a Predator bust designed by Geoffro. Link to bust: http://bit.ly/2Oyl0Me
3D Print General
Hotend Not Maintaining Temperature - PID Autotuning
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.
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Working with Missing or Bad Data
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...
Curated Video
Test a computer program or algorithm : Intro to Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video provides an introduction to errors in Python.
3D Print General
3D Printed Dobby
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
Curated Video
Complete Python Scripting for Automation - Introduction to while loop
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...
Curated Video
Fix the errors in a computer program or algorithm : Errors and Exceptions
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...
Curated Video
Call a function : Demo - List Operations
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...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Functions and Boolean Operations
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...
3D Print General
Cura Experimental Settings - Bridging - Alternate Skin - Infill Travel Optimization
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.
Curated Video
Complete Python Scripting for Automation - Tuples
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...
Curated Video
Complete Python Scripting for Automation - Practice-2: Platform independent script to find the java version
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Working with User-Defined Functions
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...
Science360
SOCCER, PAC MAN AND EUGLENA: COMBINING FUN, HANDS-ON BIOLOGY WITH THE CONVENIENCE OF A SMARTPHONE
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...
Science360
Printable Robots Designed To Be Consumer-Friendly, Inexpensive
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...
3D Print General
3D Printing with Extremely Fine Nozzles
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.
3D Print General
Actively Heating 3D Printer for High Temp Printing
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...
Curated Video
Fix the errors in a computer program or algorithm : Exceptions Handling
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
Curated Video
Implement different search algorithms : BST from scratch - In-order traversal
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...