Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 1
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...
3D Print General
Cura Tricks for 3D Printing
In this video, I cover a few different tricks in Cura that can help you to print models and save material and time.
3D Print General
3D Printed Lithophane Lamps
In this video I show how I 3D printed lithophane lamps for Christmas gifts.
Programming Electronics Academy
Serial Communication: Arduino Course 4.9
A walk through of serial communication.
APMonitor
Python ๐ Solve Nonlinear Equations with fsolve
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...
Programming Electronics Academy
Using Arrays with For Loops
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...
3D Print General
Cura Experimental - Draft Shields - Support in Chunks - Conical Supports - Printable Overhangs
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.
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.2: Creating a Child Process
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
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Streams API - Quick Start
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...
Packt
Practice Exercise รขโฌโ 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)
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...
APMonitor
SciPy Beginner's Guide for Optimization
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...
Curated Video
Complete Python Scripting for Automation - working with multiple variable and strings in print
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...
APMonitor
Python ๐ Pseudo-Code / Debug
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...
Packt
Practice Exercise Reverse String Logic-Palindrome
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...
Packt
Importance of Classes and Objects in Java
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...
Curated Video
Describe a function : Functions in Python
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.
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q3 When to Advertise
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...
3D Print General
3D Printed Heisenberg
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...
APMonitor
Java โ Methods
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...
3D Print General
10 Quick Tips for Better Faster Printing
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...
Paul Marriott
Smart Home Temperature & Humidity Reader Device w/Arduino Nano, 1602A + I2C LCD Display, DHT11 Sensor & mBlock 3
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.
Bethany Thiele, Art Teacher
Ink Drawing Timelapse and Tutorial - Lion
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! :)
Ancient Lights Media
US Constitution: Freedom of the Press
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.
Curated Video
Describe a function : Functions Part 2
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions Part 2