Curated Video
Test a computer program or algorithm : Creating Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to create errors in Python.
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
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Introduction to Machine Learning Tasks
From the section: Security Test Using Adversarial Attack. In this section, you will test any AI system against the latest attacks with the help of simple tools. The aim of this video is to give an overview of machine learning tasks. This...
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 Maven Beginner to Guru - Setting Common Properties in Maven Bill of Materials (BOM)
This video explains how to set common properties in Maven BOM. This clip is from the chapter "Enterprise Dependency Management" of the series "Apache Maven: Beginner to Guru".This section explains the enterprise dependency management,...
Curated Video
Julia for Data Science (Video 3)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Institute for New Economic Thinking
Gerd Gigerenzer: What Can Economists Know? 2/5
Gerd Gigerenzer, Director, Max Planck Institute for Human Development speaks on panel entitled "What Can Economists Know: Rethinking the Foundations of Economic Understanding at the Institute for New Economic Thinking's (INET) Paradigm...
Catalyst University
Heisenberg's Uncertainty Principle: Example #1
Heisenberg's Uncertainty Principle: Example #1
Neuro Transmissions
Neuro Transmissions Bloopers
Sometimes neuroscience terms can be hard to say. With the New Year just starting off, we thought it would be fun to kick off 2017 with Alie messing up her lines and other hijinks! It's also a kind of recap of all of the episodes we've...
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
Next Animation Studio
Amazon halts police use of its facial recognition technology
Amazon announced that it will ban police use of the company’s facial recognition tool Rekognition for a year, in a blogpost dated Wednesday.
Curated Video
Test a computer program or algorithm : Raising Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to raise an error in Python.
Let's Tute
Basic Excel Statistical Functions Tutorial
In this Microsoft Excel tutorial, we cover basic statistical functions such as count, median, mode, percentile, standard deviation, variance, and max/min. We explain the purpose of each function and provide examples to demonstrate how...
Curated Video
Test a computer program or algorithm : Built-in Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the built-in errors in Python.
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Handling Child Windows Using Cypress
This video explains handling child windows using Cypress. This clip is from the chapter "Understand Limitations of Frames and Child Windows in Cypress" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Curated Video
Complete Python Scripting for Automation - Practice-1 with subprocess module
subprocess Module: To execute any Operating System Commands with python: Practice-1 with subprocess module This clip is from the chapter "subprocess Module: To execute any Operating System Commands with python" of the series "Complete...
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