Instructional Video14:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth

Higher Ed
Complete Student class and look at inheritance and subclasses This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video4:08
The Business Professor

Investment Center Performance: Residual Income and EVA

Higher Ed
In this video, the teacher explains the concept of investor center performance and introduces three key metrics used to assess it: return on investment, residual income, and economic value added. These metrics help measure the...
Instructional Video8:30
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef

Higher Ed
In this session, we will learn about Java interface - example 1 - gaming console - how to think about Intef. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Instructional Video6:02
Curated Video

Learning Akka (Video 30)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage these...
Instructional Video21:21
msvgo

Methods of Integration

K - 12th
It states different methods of integration. Further it explains the method of integration by substitution with the help of examples.
Instructional Video7:44
The Business Professor

Methods of Carrying on International Business

Higher Ed
Methods of Carrying on International Business for US based businesses
Instructional Video3:13
Curated Video

Advanced Swift 2 Application Development (Video 28)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video6:53
Curated Video

The AI Reproducibility Crisis: Why It Matters and What's Being Done About It

Higher Ed
This video discusses the reproducibility crisis in AI, where algorithms developed by one lab cannot be replicated by others due to various factors such as poor writing, unseen factors, and lack of access to original code. However,...
Instructional Video3:19
Curated Video

Learning D3.JS 5.0 5.2: Function in Methods

Higher Ed
In this video, we will learn to add functions to methods to make them more dynamic. • Add a function in the text method • Create the style method • Add a function and an if-else statement in the style method
Instructional Video13:55
Programming Electronics Academy

Details of Using Arduino Libraries: Arduino Course 6.4

Higher Ed
A walk through of using a code library with Arduino.
Instructional Video16:42
Packt

Inserting Documents

Higher Ed
MongoDB and Promises (Task App): Inserting Documents This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about MongoDb
Instructional Video12:14
Packt

Include and Exclude Mechanism to Control Test Cases

Higher Ed
This video demonstrates how to control test cases with the Include and Exclude mechanism. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video10:40
Packt

Building Custom Selenium Methods using Streams Mapper

Higher Ed
This video explains how to build custom Selenium methods using Streams Mapper. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with Java -...
Instructional Video10:35
NASA

Why Observe?: Tree Height

3rd - 11th
"Why Observe?: Tree Height" explores surface height measurement missions and the role that citizen science can play within the scientific community. NASA uses field campaigns and sensors on satellites and the International Space Station...
Instructional Video3:02
Curated Video

TypeScript for Beginners - Static Methods

Higher Ed
This video highlights the various static methods. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers, encapsulation, and...
Instructional Video11:19
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Strings: concatenation, indexing, slicing, python console

Higher Ed
Working with sublists, slicing, indexing and basic iteration This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video6:03
Curated Video

Complete Java SE 8 Developer Bootcamp - String Objects

Higher Ed
The author details the structure of string object provided by Java SE API. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value...
Instructional Video2:01
The Business Professor

Cost Volume Profit Analysis - Risk and Uncertainty

Higher Ed
Risk and uncertainty are present throughout the Cost Volume Profit analysis. Namely, there are numerous assumptions about revenue and expenses. The methods used to estimate these variables seeks to minimize the level of risk present.
Instructional Video3:49
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Basics of Designing a Class - Class, Object, State, and Behavior

Higher Ed
In this session, we will learn about basics of designing a class - class, object, state, and behavior. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video8:30
Curated Video

Learning Lodash 4.0 (Video 16)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video12:16
Let's Tute

Valuation of Goodwill

9th - Higher Ed
In this video, the speaker discusses the concept of goodwill and its importance in valuing a company. They explain various methods of valuing goodwill, such as the average profit method, super profit method, capitalization of super...
Instructional Video15:02
Packt

Using Groups Functionality in TestNG

Higher Ed
This video explains how to use the groups functionality in TestNG. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers TestNG.
Instructional Video12:46
Packt

Practical Exercise Explaining Page Object Model

Higher Ed
This video presents a practical exercise explaining the page object model. This clip is from the chapter "Framework Part 8 - Page Object Pattern and Page Factory" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video2:00
IDG TECHtalk

Using Python object properties to write smarter and more concise code

Higher Ed
Everything in Python is an object. Learn how object properties -- which are actually just Python dictionaries under the hood -- can be leveraged to make your code smarter, more concise, and less riddled with boilerplate.