Instructional Video12:53
Let's Tute

Real Numbers: Irrational Numbers

9th - Higher Ed
In this video, the teacher explains the concept of rational and irrational numbers, and how to identify them using examples of integers, terminating decimals, and non-terminating repeating decimals. The teacher also shows how to prove...
Instructional Video4:51
Curated Video

Complete Modern C++ - Union - I

Higher Ed
This video explains the basics of unions and how to use them. This clip is from the chapter "More C++ Goodies" of the series "Complete Modern C++".In this section, you will learn about enums, strings, constant expressions, and unions.
Instructional Video14:30
Curated Video

Complete Modern C++ - Rule of 5 and 0

Higher Ed
In this video, you will learn what is the rule of 5 and the rule of 0. • Learn what algorithms could be used from the STL • Implement search by book title • Experiment with search by author This clip is from the chapter "Move Semantics"...
Instructional Video4:53
Curated Video

Complete Modern C++ - Function Pointers

Higher Ed
This video introduces function pointers and explains their purpose. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and for...
Instructional Video2:23
Curated Video

C++ 20 (2a) New Features - Lightweight Access Coordination

Higher Ed
Use std::counting_semaphore to synchronize two threads. • Examine documentation for std::counting_semaphore • Analyze pattern of using acquire and release methods • Check if the synchronization is working as expected This clip is from...
Instructional Video9:35
Curated Video

Comprehensive Android Developer Bootcamp - Preparing Our Project for Release

Higher Ed
Publishing Your Apps on Google Play:Preparing Our Project for Release This clip is from the chapter "Publishing Your Apps on Google Play" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to...
Instructional Video2:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Functional Programming - Exercise - Loop a List of Numbers

Higher Ed
In this session, we will learn about functional programming - exercise - loop a list of numbers. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video2:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Extending Custom List with a Generic Return Method

Higher Ed
In this session, we will learn about extending custom list with a generic return method. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore about...
Instructional Video3:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Adding and Removing Marks - Problem with Arrays

Higher Ed
In this session, we will learn about adding and removing marks - problem with arrays. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video3:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement consumer Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video13:10
Curated Video

The Complete Java Developer Course: From Beginner to Master - Array

Higher Ed
This video demonstrates the fundamental data structures, that is, an array. This clip is from the chapter "Arrays and ArrayLists" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains how to...
Instructional Video4:28
Curated Video

REST APIs with Flask and Python - Mutable Default Parameters (and Why They're a Bad Idea)

Higher Ed
This video focuses on mutable default parameters and explains why they are a bad idea. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that...
Instructional Video6:31
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Dataset

Higher Ed
In this session, we will explore the dataset and put the dataset in the DBFS of Databricks and read the data. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and...
Instructional Video9:29
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 2: Exercises – Solution

Higher Ed
This video shows the answers to the exercises given in the previous video. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will...
Instructional Video10:50
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Raw Input

Higher Ed
In this video you'll learn how to work with raw input in Python. This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Instructional Video11:01
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Wrapper Classes

Higher Ed
Wrapper Classes: Wrapper Classes This clip is from the chapter "Wrapper Classes" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Java Wrapper Classes.
Instructional Video22:48
Curated Video

Practical Data Science using Python - Python Variables and Conditions

Higher Ed
This video explains Python variables and conditions. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video2:07
Curated Video

Expressing Rational Numbers as Repeating Decimals (Part 2 )

K - 12th
Express rational numbers as repeating decimals.
Instructional Video8:47
Curated Video

Data Science and Machine Learning with R - Basic Types

Higher Ed
This video explains basic types in R. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video2:46
Curated Video

Comprehensive Android Developer Bootcamp - Introduction to Arrays

Higher Ed
Java Data Structures:Introduction to Arrays This clip is from the chapter "Java Data Structures" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover the Java Data Structures. You will be explore...
Instructional Video5:13
Curated Video

Complete Modern C++ - Raw Pointers

Higher Ed
In this video, we will explain why we need smart pointers. • Use the basic project setup provided by instructor • Open Qt Creator and created the needed files as shown • Put the files in the correct folders This clip is from the chapter...
Instructional Video4:52
Curated Video

Complete Modern C++ - Copy Constructor - Part I

Higher Ed
This video explains the copy constructor and why it is required. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Instructional Video5:18
Curated Video

Complete Modern C++ - Default and Deleted Functions (C++11)

Higher Ed
This video explains how to use the C++11 keywords, default and delete, to control what functions are synthesized by the compiler. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives...
Instructional Video2:29
Curated Video

Complete Modern C++ - Operator Overloading - Part IV (Friend Keyword)

Higher Ed
This video explains the purpose of the friend keyword and when and where to use it. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.