Let's Tute
Real Numbers: Irrational Numbers
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...
Curated Video
Complete Modern C++ - Union - I
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.
Curated Video
Complete Modern C++ - Rule of 5 and 0
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"...
Curated Video
Complete Modern C++ - Function Pointers
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...
Curated Video
C++ 20 (2a) New Features - Lightweight Access Coordination
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...
Curated Video
Comprehensive Android Developer Bootcamp - Preparing Our Project for Release
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Functional Programming - Exercise - Loop a List of Numbers
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Extending Custom List with a Generic Return Method
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 12 - Adding and Removing Marks - Problem with Arrays
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int
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 -...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Array
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...
Curated Video
REST APIs with Flask and Python - Mutable Default Parameters (and Why They're a Bad Idea)
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Dataset
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 2: Exercises – Solution
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Raw Input
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.
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Wrapper Classes
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.
Curated Video
Practical Data Science using Python - Python Variables and Conditions
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.
Curated Video
Expressing Rational Numbers as Repeating Decimals (Part 2 )
Express rational numbers as repeating decimals.
Curated Video
Data Science and Machine Learning with R - Basic Types
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...
Curated Video
Comprehensive Android Developer Bootcamp - Introduction to Arrays
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...
Curated Video
Complete Modern C++ - Raw Pointers
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...
Curated Video
Complete Modern C++ - Copy Constructor - Part I
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.
Curated Video
Complete Modern C++ - Default and Deleted Functions (C++11)
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...
Curated Video
Complete Modern C++ - Operator Overloading - Part IV (Friend Keyword)
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.