Instructional Video13:39
Programming Electronics Academy

How to Organize Code

Higher Ed
If you are new to writing code with Arduino it can be confusing on how to organize the program. But once you know where stuff goes in an Arduino program it's actually pretty simple. In this lesson, you are gonna learn how to organize the...
Instructional Video6:11
Packt

Importance of Finally Block in Java

Higher Ed
This video explains the importance of the Finally block in Java. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video25:43
APMonitor

MathCAD Nonlinear Equation Solver

10th - Higher Ed
Solution of variables within nonlinear expressions can either be difficult or impossible with analytic or symbolic techniques. When a numerical solution is required, a nonlinear solution technique can be used within Mathcad with either a...
Instructional Video5:03
Institute for New Economic Thinking

The Upside of Wasteful Speculative Bubbles and the Downside of Efficiency - William Janeway

Higher Ed
William Janeway notes the prevalence (and importance) of speculative bubbles, especially in respect to equity markets and technological breakthroughs. Interviewed by Daniel Erasmus at King's College, April 2010.
Instructional Video3:58
FuseSchool

Factorising Quadratics: Non-Monic

6th - Higher Ed
In this video we’re going to discover how to factorise quadratics that don’t have 1 as the coefficient of the x-squared term. These are called non-monic quadratics. We can do it by trial and error and just spotting the factors, but this...
Instructional Video16:29
Curated Video

Complete Python Scripting for Automation - Exception Handling for known Exceptions

Higher Ed
Exception Handling: Exception Handling for known Exceptions This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined...
Instructional Video11:05
Curated Video

C++ for Beginners - Truth Tables

Higher Ed
In this section, your instructor examines Boolean Operations This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Instructional Video8:49
Curated Video

C++ Developer - Logic Errors

Higher Ed
This video explains logic errors. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Instructional Video11:22
Curated Video

Test a computer program or algorithm : The On-success Block and Re-raising Exceptions

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the concept of on-success block and re-raising exceptions in Python.
Instructional Video9:01
Curated Video

Test a computer program or algorithm : Dealing with Python Errors

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video shows how to deal with Python errors.
Instructional Video5:10
Coach Dan Blewett

Improve Command for Pitching - Using the Halves of the Plate | Pitch Calling Strategy in Baseball

K - 5th
Pitching to halves of the plate in baseball is critically important to throwing more strikes and getting ahead in counts. You can improve your pitching command instantly by simply giving yourself more room for error to miss, and the...
Instructional Video21:43
Institute for New Economic Thinking

George Akerlof - Efficient Markets Hypothesis and Causes of Crisis

Higher Ed
The Inaugural Conference @ King's, Institute for New Economic Thinking, Session 2: Has the Efficient Market Hypothesis Led to the Crisis? Collapsed with The Crisis?
Instructional Video8:40
Curated Video

Natural Language Processing

Higher Ed
In this video, we will cover natural language processing. This clip is from the chapter "AI Workloads and Considerations (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this section, we will cover...
Instructional Video16:47
Packt

Loan Calculator [Part 2] - Calculate & Error

Higher Ed
DOM Projects: Loan Calculator [Part 2] - Calculate & Error This clip is from the chapter "DOM Projects" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build DOM projects.
Instructional Video7:39
Curated Video

Complete Python Scripting for Automation - Functions with default arguments

Higher Ed
Functions: Functions with default arguments This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling a...
Instructional Video20:03
Curated Video

Complete Python Scripting for Automation - Introduction to Exception Handling

Higher Ed
Exception Handling: Introduction to Exception Handling This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined...
Instructional Video7:56
Curated Video

C++ for Beginners - Access Modifiers and Overrides

Higher Ed
This lesson continues to discuss object-oriented programming, particularly accesses and overrides. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Instructional Video5:49
Mazz Media

What is Data Governance?

6th - 8th
The information in this video helps define the role of Data Governance in an organization. The program explores the various governance activities; control data development, reduce data use risks, and enable strategic data use and how...
Instructional Video9:26
Curated Video

Design test cases to verify a computer program : More Printer Tests

Higher Ed
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video explains how to perform more printer tests in Python.
Instructional Video18:27
Schooling Online

Physics Skills: Reliability Part 2

3rd - Higher Ed
We know that Robin Hood is an accurate and reliable archer, but just how good is he? Is his aim god-like, or is he subject to the errors and imperfections of mortals? This lesson will continue investigating the concept of reliability,...
Instructional Video10:46
Schooling Online

Biology Skills: Reliability Part 2

3rd - Higher Ed
We know that Robin Hood is an accurate and reliable archer, but is his aim truly perfect? Take a closer look! You’ll find that his arrows never strike the same place twice! This lesson will elaborate on the concept of reliability,...
Instructional Video7:09
Curated Video

Complete Python Scripting for Automation - Python Comments

Higher Ed
Basics of print, indentation, comments and special characters: Python Comments This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for Automation".You...
Instructional Video5:10
Curated Video

Statistics for Data Science and Business Analysis - A3. Normality and Homoscedasticity

Higher Ed
In this video, the third assumption of OLS, normality and homoscedasticity, are explained. This clip is from the chapter "Assumptions for Linear Regression Analysis" of the series "Statistics for Data Science and Business Analysis".This...
Instructional Video14:32
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : ANN Training and dataset split

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: ANN Training and dataset split