Instructional Video4:07
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 1

Higher Ed
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...
Instructional Video10:55
3D Print General

Cura Tricks for 3D Printing

Higher Ed
In this video, I cover a few different tricks in Cura that can help you to print models and save material and time.
Instructional Video6:18
3D Print General

3D Printed Lithophane Lamps

Higher Ed
In this video I show how I 3D printed lithophane lamps for Christmas gifts.
Instructional Video15:29
Programming Electronics Academy

Serial Communication: Arduino Course 4.9

Higher Ed
A walk through of serial communication.
Instructional Video9:20
APMonitor

Python ๐Ÿ Solve Nonlinear Equations with fsolve

10th - Higher Ed
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...
Instructional Video16:16
Programming Electronics Academy

Using Arrays with For Loops

Higher Ed
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...
Instructional Video11:35
3D Print General

Cura Experimental - Draft Shields - Support in Chunks - Conical Supports - Printable Overhangs

Higher Ed
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.
Instructional Video7:05
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.2: Creating a Child Process

Higher Ed
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
Instructional Video13:12
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Streams API - Quick Start

Higher Ed
This lecture helps you create your first Kafka Streams Application. The example is the simplest streaming application. However, it helps you understand the basic API structure and its usage. This clip is from the chapter "Enter the...
Instructional Video9:44
Packt

Practice Exercise รขโ‚ฌโ€œ 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)

Higher Ed
This video presents an example on inverted sequence pyramid logic program. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video11:02
APMonitor

SciPy Beginner's Guide for Optimization

10th - Higher Ed
Scipy.Optimize.Minimize is demonstrated for solving a nonlinear objective function subject to general inequality and equality constraints. Source code is available at http://apmonitor.com/che263/index.php/Main/PythonOptimization...
Instructional Video8:23
Curated Video

Complete Python Scripting for Automation - working with multiple variable and strings in print

Higher Ed
Basics of variables and Data Types: working with multiple variable and strings in print This clip is from the chapter "Basics of variables and Data Types" of the series "Complete Python Scripting for Automation".The author introduces...
Instructional Video9:50
APMonitor

Python ๐Ÿ Pseudo-Code / Debug

10th - Higher Ed
One of the biggest time consuming parts of programming is debugging, or resolving mistakes in the program. This is true for every language because the computer needs exact commands, which is very important for precise measurements and...
Instructional Video9:23
Packt

Practice Exercise Reverse String Logic-Palindrome

Higher Ed
This video presents a practice exercise that explains the reverse string logic using a palindrome. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
Instructional Video7:30
Packt

Importance of Classes and Objects in Java

Higher Ed
This video discusses the importance of classes and objects in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video4:10
Curated Video

Describe a function : Functions in Python

Higher Ed
From the section: Python Fundamentals. This section will help you to learn about the Python fundamentals and setup. This video explains the various functions in Python.
Instructional Video10:25
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q3 When to Advertise

Higher Ed
In this session, we will be addressing third question of the challenge, which is: What time should we display advertisements to maximize the likelihood of customers trying products? This clip is from the chapter "Structured API - Spark...
Instructional Video3:49
3D Print General

3D Printed Heisenberg

Higher Ed
In this Print Everything video, I 3D print, paint and assemble this Breaking Bad Heisenberg figure designed by Ben-3D and edited by thkdesign on Thingiverse. Heisenberg Files: Edited file by thkdesign: http://bit.ly/2MtTRsO Original...
Instructional Video11:58
APMonitor

Java โ˜• Methods

10th - Higher Ed
A method is a reusable bit of code that you can activate or call at any point in your code. Writing a Method In a previous lesson, we wrote a short program that printed out the temperatures of lab one and lab two. We may want to do this...
Instructional Video9:06
3D Print General

10 Quick Tips for Better Faster Printing

Higher Ed
The first 1000 people to use the link will get a free trial of Skillshare Premium Membership: https://skl.sh/the3dprintgeneral05211 In today's video - I take a look at 10 quick tips to help you to improve your prints. Videos to Help...
Instructional Video8:39
Paul Marriott

Smart Home Temperature & Humidity Reader Device w/Arduino Nano, 1602A + I2C LCD Display, DHT11 Sensor & mBlock 3

9th - 12th
A smart home temperature and humidity reading device that outputs results onto a 1602A LCD display. Use of Arduino Nano microcontroller with board shield and a DHT11 temperature and humidity sensor. Use of mBlock 3 for coding purposes.
Instructional Video5:11
Bethany Thiele, Art Teacher

Ink Drawing Timelapse and Tutorial - Lion

K - 5th
Watch how I start an ink drawing from start to finish, and see what basic materials I use. Try your own this #inktober! KEEP CREATING! :)
Instructional Video3:17
Ancient Lights Media

US Constitution: Freedom of the Press

6th - 8th
Understanding the U.S. Constitution: 6. This clip examines the guarantee of Freedom of the Press in the Bill of Rights as well as the legal limitations placed on this right.
Instructional Video3:43
Curated Video

Describe a function : Functions Part 2

Higher Ed
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions Part 2