Programming Electronics Academy
How to Organize Code
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...
Packt
Importance of Finally Block in Java
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.
APMonitor
MathCAD Nonlinear Equation Solver
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...
Institute for New Economic Thinking
The Upside of Wasteful Speculative Bubbles and the Downside of Efficiency - William Janeway
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.
FuseSchool
Factorising Quadratics: Non-Monic
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...
Curated Video
Complete Python Scripting for Automation - Exception Handling for known Exceptions
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...
Curated Video
C++ for Beginners - Truth Tables
In this section, your instructor examines Boolean Operations This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Curated Video
C++ Developer - Logic Errors
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++.
Curated Video
Test a computer program or algorithm : The On-success Block and Re-raising Exceptions
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.
Curated Video
Test a computer program or algorithm : Dealing with Python Errors
From the section: Errors in Python. This section introduces you to errors in Python. This video shows how to deal with Python errors.
Coach Dan Blewett
Improve Command for Pitching - Using the Halves of the Plate | Pitch Calling Strategy in Baseball
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...
Institute for New Economic Thinking
George Akerlof - Efficient Markets Hypothesis and Causes of Crisis
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?
Curated Video
Natural Language Processing
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...
Packt
Loan Calculator [Part 2] - Calculate & Error
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.
Curated Video
Complete Python Scripting for Automation - Functions with default arguments
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...
Curated Video
Complete Python Scripting for Automation - Introduction to Exception Handling
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...
Curated Video
C++ for Beginners - Access Modifiers and Overrides
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
Mazz Media
What is Data Governance?
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...
Curated Video
Design test cases to verify a computer program : More Printer Tests
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.
Schooling Online
Physics Skills: Reliability Part 2
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,...
Schooling Online
Biology Skills: Reliability Part 2
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,...
Curated Video
Complete Python Scripting for Automation - Python Comments
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...
Curated Video
Statistics for Data Science and Business Analysis - A3. Normality and Homoscedasticity
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...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : ANN Training and dataset split
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: ANN Training and dataset split