Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth
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.
The Business Professor
Investment Center Performance: Residual Income and EVA
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef
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...
Curated Video
Learning Akka (Video 30)
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...
msvgo
Methods of Integration
It states different methods of integration. Further it explains the method of integration by substitution with the help of examples.
The Business Professor
Methods of Carrying on International Business
Methods of Carrying on International Business for US based businesses
Curated Video
Advanced Swift 2 Application Development (Video 28)
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...
Curated Video
The AI Reproducibility Crisis: Why It Matters and What's Being Done About It
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,...
Curated Video
Learning D3.JS 5.0 5.2: Function in Methods
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
Programming Electronics Academy
Details of Using Arduino Libraries: Arduino Course 6.4
A walk through of using a code library with Arduino.
Packt
Inserting Documents
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
Packt
Include and Exclude Mechanism to Control Test Cases
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...
Packt
Building Custom Selenium Methods using Streams Mapper
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 -...
NASA
Why Observe?: Tree Height
"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...
Curated Video
TypeScript for Beginners - Static Methods
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Strings: concatenation, indexing, slicing, python console
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - String Objects
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...
The Business Professor
Cost Volume Profit Analysis - Risk and Uncertainty
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Basics of Designing a Class - Class, Object, State, and Behavior
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...
Curated Video
Learning Lodash 4.0 (Video 16)
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...
Let's Tute
Valuation of Goodwill
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...
Packt
Using Groups Functionality in TestNG
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.
Packt
Practical Exercise Explaining Page Object Model
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...
IDG TECHtalk
Using Python object properties to write smarter and more concise code
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.