Instructional Video8:23
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: DocString

Higher Ed
In this video, we will cover DocString. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video8:24
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Control Flow in Python: While Loop

Higher Ed
In this video, we will cover While Loop. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video7:14
Curated Video

Data Structures and Algorithms The Complete Masterclass - What is Recursion?

Higher Ed
This video explains recursion in data structures. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms: The Complete Masterclass".This is the second part of the two-part section that...
Instructional Video4:04
Curated Video

Data Structures and Algorithms The Complete Masterclass - Big O(1) Complexity

Higher Ed
This video introduces you to big O(1) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video5:26
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Writing the First Executable Program in Java

Higher Ed
This video demonstrates how to write the first executable program in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video6:57
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - When Should you use the While Loop?

Higher Ed
This video explains the various scenarios where you can use the While loop. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics...
Instructional Video7:55
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Usage of Methods in Java

Higher Ed
This video explores the usage of methods in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video11:57
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercises on Tables - 2

Higher Ed
This video presents the second part of practice exercises on Tables. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video9:44
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercise - 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)

Higher Ed
This video presents an example on inverted sequence pyramid logic program. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video9:42
3D Print General

3D Printing 102 - Extruders

Higher Ed
This is part 2 of an ongoing series for those brand new to 3D printing. Here we will be exploring one of the most important parts on a 3D printer - the extruder. Extruders mentioned: Standard non-geared: https://amzn.to/2C5JtnO Titan...
Instructional Video3:58
Packt

Big O(1) Complexity

Higher Ed
This video introduces you to big O(1) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video12:42
Curated Video

Nelson Taxel: Growing a Family Business Twentyfold

Higher Ed
This video tells the story of how Nelson Taxel transformed Positive Promotions, a family-run business that supplies specialty promotional products, into a leading player in the market. The video details Nelson's approach to product...
Instructional Video4:00
History Hit

Maps, Our Place in the World: A snapshot of human activity

12th - Higher Ed
What was Ptolemy interested in when he was making the map of the world? Why is this a remarkable piece of work? Maps, Our Place in the World, Part 2
Instructional Video3:00
Curated Video

The Invention and Evolution of the Printer

Pre-K - Higher Ed
This video provides an overview of the history and functionality of printers, highlighting their importance in daily tasks for students and professionals. It covers various types of printers, such as laser printers and inkjet printers,...
Instructional Video3:00
Curated Video

How Paper is Made

Pre-K - Higher Ed
This video provides a brief history of paper, from its origins in ancient Egypt and China to its global production and use today. It explains the process of paper production and highlights the importance of recycling paper to protect...
Instructional Video19:43
APMonitor

Python 🐍 Classes and Objects

10th - Higher Ed
Classes are collections of objects and functions. Many Python packages such as time, tclab, numpy, scipy, gekko, and others are distributed as classes. A class is imported with the import statement such as import time. Time is a package...
Instructional Video3:00
Curated Video

Entering the World of Books

Pre-K - Higher Ed
Explore the various types of books, their components, and how they have changed over time. Learn how books have become more accessible and convenient through the advancements in technology, leading to the emergence of ebooks.
Instructional Video18:14
Packt

Call Stack, Callback Queue, and Event Loop

Higher Ed
Asynchronous Node.js (Weather App): Call Stack, Callback Queue, and Event Loop This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you...
Instructional Video7:42
Let's Tute

Petty Cash Book

9th - Higher Ed
This video explains what is petty cash book & its need, what are the types of petty cash book & how to record transactions in petty cash book.
Instructional Video6:41
Indigo Artbox

Learn How to Make a Print

K - 5th
In this video we demonstrate how to make a print.
Instructional Video4:49
Curated Video

KS2 Primary Maths Age 13-17 - Ratio, Proportion and Algebra: Formulas and Expressions - Explained

3rd - 5th
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Instructional Video15:58
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - The Big-O Notation

Higher Ed
Learn how is Big O expressed, how is it calculated and many examples to drive the concepts home. This clip is from the chapter "Complexity Analysis and the Big-O Notation" of the series "From 0 to 1: Data Structures & Algorithms in...
Instructional Video11:21
Packt

Argument Parsing with Yargs: Part II

Higher Ed
File System and Command Line Args (Notes App): Argument Parsing with Yargs: Part II This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Instructional Video6:57
Packt

When Should you use the While Loop?

Higher Ed
This video explains the various scenarios where you can use the While loop. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics...