Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList
In this session, we will take a first look at ArrayList - refactoring student class to use ArrayList. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Java Wrapper Classes - an Introduction - Why and What?
In this video, we will learn about Java wrapper classes - an introduction - why and what. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Graph Using An Adjacency List And Adjacency Set
Learn about adjacency list and the adjacency set which are alternate ways to represent a graph. This clip is from the chapter "Graphs" of the series "From 0 to 1: Data Structures & Algorithms in Java".The author introduces you to various...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - List Data Types and Operations
This video lists data types and operations. This clip is from the chapter "Understanding Python Data Types and Variables" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section focuses on data types...
Curated Video
Positive and Negative Numbers
Use positive and negative numbers to describe quantities in the real world.
Curated Video
Introduction to Scientific Notation and Converting Between Standard Form and Scientific Notation
In this lesson on scientific notation, you will learn how to read and write numbers in scientific notation and standard form. You will also learn how to convert numbers from one form to the other and how to compare numbers written in...
Curated Video
Core Java Programming Course- Method Overloading
This video explains method overloading. This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different concepts of...
Curated Video
TypeScript for Beginners - String to Numeric
This video demonstrates how to convert a string variable to numeric. This clip is from the chapter "Static Methods" of the series "TypeScript for Beginners".This section introduces you to the various static methods and explains how to...
Brian McLogan
Solve a trigonometric equation using tangent
👉 Learn how to solve trigonometric equations using the zero product property. The zero product property states that when the product of two quantities is equal to 0, then either of the quantities is zero. When solving factored...
Curated Video
Multi-Paradigm Programming with Modern C++ - When to Use Templates
Templates are one of the distinctive features of C++, and arguably the most complex one. When used correctly, templates make your code less complicated, and this is not a contradiction. • Use templates to raise the level of abstraction:...
Curated Video
Complete Modern C++ - Strings - Part III (String Streams)
This video explains string streams and their purpose. • Introduce the QPainterPath class along with QPainter • Update the list of paths in the widget and draw them • Update the current path as the user uses the widget This clip is from...
Curated Video
Complete Modern C++ - std::unique_ptr
In this video, we will learn about the unique_ptr and its properties in this video. • Open the *.ui file in Qt Creator • Add the QPlainTextEdit widget to the UI • Arrange the layout contents vertically and add menu items This clip is...
Curated Video
Complete Modern C++ - how copy elision works
In this video, you will learn how copy elision works. This clip is from the chapter "Move Semantics" of the series "Complete Modern C++".In this section, you will learn about values and how to work with semantics.
Curated Video
Complete Modern C++ - Enums - Part I (Basics)
This video explains the purpose of enumerated types and when to use them. • Use basic project setup provided by instructor • Open Qt Creator and created needed files as shown • Put the files in the correct folders This clip is from the...
Curated Video
Complete Modern C++ - Compiled Time Argument Deduction (CTAD)
In this video, understand and use CTAD to simplify the construction syntax of class templates. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type...
Curated Video
Complete Java SE 8 Developer Bootcamp - Generics and Autoboxing
These two features help simplify some of the limitations of collection. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about limitations of...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to Generics - Why Do We Need Generics?
In this session, we will learn about introduction to generics - why do we need generics. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore about...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers
In this session, we will learn about list and ArrayList - puzzles - type safety and removing integers. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Wrapper Classes - Auto Boxing and a Few Wrapper Constants – SIZE
In this video, we will learn about Java wrapper classes - auto boxing and a few wrapper constants – SIZE. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Brian McLogan
Master Determining if a function is a polynomial or not
Master Determining if a function is a polynomial or not
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Type Casting
All user input comes in as a string. But you can't compare apples to oranges, even if they're the same shape. Type casting lets us convert apples into oranges so we can make an accurate comparison. This clip is from the chapter...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF with Column
In this session, we will see how we can manipulate the column values. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 1: Exercises - Solution
In this video, the author shows the answers of the exercises given in the previous video. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is...