Packt
Importance of Assertions in Automation Testing and How to Use Them
This video discusses the importance of assertions in automation testing, and explains how to use them. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java -...
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Programming Electronics Academy
Data Types in Ardiuno: Arduino Course 3.4
A description of Arduino, C, C++ data types that are used in programming Arduino.
Curated Video
Core Java Programming Course- Logical and Bitwise Operators
This video explores the various logical and bitwise operators that you can use in Java. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This...
IDG TECHtalk
Go's base variable types
Learn the basic variable types of the Go language: the variety of integers, the basics of strings and runes, and the way floating-point and complex numbers are expressed in Go's type system.
Curated Video
Complete Python Scripting for Automation - Comparison Operators
Operators of Python: Comparison Operators This clip is from the chapter "Operators of Python" of the series "Complete Python Scripting for Automation".You will learn about various operators of python like Arithmetic and Assignment...
Curated Video
Describe computer programming : Common Data Types
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Common Data Types
Curated Video
Implement arithmetic operations in a computer program : Arithmetic operators in Python: Python Basics
From the section: Setting up Python and Jupyter Notebook. This section gets you started with Python. This section will help you set up the python and Jupyter environment on your system and it'll teach you how to perform some basic...
Packt
Importance of Soft Assertions in Selenium WebDriver
This video discusses the importance of soft assertions in Selenium WebDriver. This clip is from the chapter "Miscellaneous Topics in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Oxford Comma
When You Break a Poet's Heart: A Reading, Summary, and Analysis of Yeats' "When You Are Old"
Written as more of an indulgent thought experiment, than a love poem, "When You Are Old" still contains that trademark Yeatsian beauty.
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...
Curated Video
C++ for Beginners - Casting
In this section, your instructor discusses Casting. This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Oxford Online English
IELTS Reading Exam - Answer Matching Headings Questions
Learn how to answer matching headings questions in the IELTS reading exam. See tips you can use in matching headings questions for your IELTS reading test. Contents: 1. Basic tips for matching headings questions 0:31 2. How to answer a...
Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Curated Video
Complete Python Scripting for Automation - Introduction to Operators of Python
Operators of Python: Introduction to Operators of Python This clip is from the chapter "Operators of Python" of the series "Complete Python Scripting for Automation".You will learn about various operators of python like Arithmetic and...
APMonitor
Split Data for Machine Learning
Splitting data ensures that there are independent sets for training, testing, and validation. Data can be divided into sequential blocks where the order is preserved (e.g. time series) or with random selection (shuffle). Cross-validation...
Curated Video
Describe a neural network : Evaluate Accuracy
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Curated Video
C++ for Beginners - Comparators and Logical Operators
In this section, your instructor examines the comparison operator types and the logical operator types. This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments: Useful VS Redundant
Curated Video
Complete Python Scripting for Automation - Introduction to while loop
Loops - for and while loops with break, continue and pass: Introduction to while loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for Automation".You...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Functions and Boolean Operations
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Curated Video
C++ for Beginners - Simple Data Type: bool
In this section, your instructor discusses a fundamental data type, the Boolean data type. This clip is from the chapter "Variables and Assignments" of the series "C++ for Beginners".Variables and identifiers
Curated Video
Comprehensive Android Developer Bootcamp - Adding Animation Listener Red Background
Building a Trivia App:Adding Animation Listener Red Background This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own...
APMonitor
LSTM Replaces MIMO MPC
Model Predictive Control (MPC) is applied online with real-time optimizers that coordinate control moves. This case study demonstrates training and replacement of the MPC with an LSTM network. Two prior case studies demonstrate this same...