Instructional Video10:17
Curated Video

Complete Python Scripting for Automation - Transfer file from local server to remote server and vice versa using paramiko

Higher Ed
Paramiko module to work with remote servers using python: Transfer file from local server to remote server and vice versa using paramiko This clip is from the chapter "Paramiko module to work with remote servers using python" of the...
Instructional Video8:38
Curated Video

Complete Python Scripting for Automation - Python setup on Windows

Higher Ed
Introduction: Python setup on Windows This clip is from the chapter "Introduction" of the series "Complete Python Scripting for Automation".The author introduces the course and talks about Python setup on Windows and Linux.
Instructional Video3:38
Flipping Physics

Introductory Tangential Velocity Problem - Mints on a Turntable

12th - Higher Ed
Three mints are sitting 3.0 cm, 8.0 cm, and 13.0 cm from the center of a record player that is spinning at 45 revolutions per minute. What are the tangential velocities of each mint?
Instructional Video5:03
Packt

Troubleshooting Errors on Browser Invocation Code

Higher Ed
This video explains how to troubleshoot errors on browser invocation code. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video3:20
Curated Video

It’s Your Choice

Pre-K - Higher Ed
Wai Lana Insights reveals the heart of the yoga lifestyle, making timeless, practical wisdom accessible to everyone. “People sometimes say that ‘All paths lead to the same place.’ It may sound nice, but ...”
Instructional Video4:15
Curated Video

Excel VBA Programming The Complete Guide - The Application Object

Higher Ed
In this section, we'll explore the objects in the Excel object hierarchy in greater depth. We begin with the Application object at the top of the hierarchy. Its properties and methods deal with top-level, global Excel settings. They...
Instructional Video3:56
TLDR News

Why Russia Fired at a British Warship: The Black Sea Dispute Explained - TLDR News

12th - Higher Ed
Yesterday, a Russian patrol ship reportedly fired warning shots while a jet dropped bombs in the path of the ship. This sounds a little crazy right? Russians firing at a British ship, but what’s happening is actually more interesting...
Instructional Video13:16
Python Programmer

EDA Python - 20-Pandas_4

Higher Ed
This is part 4 of the Exploratory Data Analysis project using python and pandas.
Instructional Video14:14
Curated Video

Learn and Master C Programming - Referencing Our Library When Installed in a Specific Path (Folder)

Higher Ed
We will learn how to reference a library that is installed (or copied) to a specific location (path) by making our project look for it in the given folder. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series...
Instructional Video12:01
Curated Video

Learn and Master C Programming - Using Our Library From Projects Within The Same Solution

Higher Ed
We will learn how to reference our library from another project in the same solution and also learn about the advantages of having multiple projects in a single solution. This clip is from the chapter "Creating C Libraries (Static LIBs)"...
Instructional Video10:03
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Integrating Cypress Framework into Jenkins CI Tool

Higher Ed
This video introduces you to integrating Cypress framework into the Jenkins CI tool. This clip is from the chapter "Cypress Framework Part 5-Building npm Scripts and Integration to Jenkins" of the series "Cypress - Modern Automation...
Instructional Video8:48
Journey to the Microcosmos

How Do Colonies Help Microorganisms Survive?

9th - Higher Ed
In the microcosmos, it's dangerous to go alone. This week we go on a journey into colonies to find out why sticking together is such a great strategy!
Instructional Video9:53
Packt

Practice Exercises on Tables - 1

Higher Ed
This video presents the first 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 Video8:00
Packt

Identifying Objects with Text using XPATH Locators

Higher Ed
This video explains how to identify objects with Text using XPATH locators. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video17:26
Packt

Trees - Part 1

Higher Ed
This is the first part of the two-part video that explains nonlinear data structure called trees. This clip is from the chapter "Data Structures - Trees" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Instructional Video9:16
Curated Video

Complete Python Scripting for Automation - Practice: Read a path and check if given path is a file or a directory

Higher Ed
Loops - for and while loops with break, continue and pass: Practice: Read a path and check if given path is a file or a directory This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series...
Instructional Video8:58
Schooling Online

Powering Through Prose: Mary Shelley, Frankenstein - Vol 1, Letters 1-4 & Chapters 1-2 Summary

3rd - Higher Ed
We begin this famous horror story on board Captain Robert Walton’s ship. He’s an English explorer bound for the Arctic. While on his voyage, Walton rescues a man from the ice - his name is Victor Frankenstein. But what’s a Swiss...
Instructional Video11:19
Packt

Difference Between Relative and Absolute XPath

Higher Ed
This video explains the differences between relative and absolute XPath. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video12:42
Curated Video

Comprehensive Android Developer Bootcamp - Setting Up Journal Post Screen - Gallery Intent - Part 3

Higher Ed
Build a Journal App with Firestore:Setting Up Journal Post Screen - Gallery Intent - Part 3 This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section...
Instructional Video10:12
TLDR News

3 Reasons the Democrats will Win in 2022 - TLDR News

12th - Higher Ed
2022 is an important year and the Democrats need to work hard to defend their trifecta. So in this video we're going to run through the uphill climb Democrats have at the midterms, and 3 reasons they could win in 2022.
Instructional Video4:59
Curated Video

Bash Shell Scripting- String Operations on Paths | Useful for Real-time

Higher Ed
This video explores which string operations to perform on Paths and which ones are useful in real-time operations. This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash Shell...
Instructional Video5:11
Curated Video

Bash Shell Scripting- First Simple Hello World Script using the echo command

Higher Ed
This video shows how to write your first simple Hello World Script using the echo command. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell...
Instructional Video6:04
Curated Video

.NET Core Microservices - Integrate QuickStart in Identity Server Service

Higher Ed
This video explains the concept of integrate QuickStart in identity server service. This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Instructional Video12:59
Curated Video

C++ Programming By Example - Allow for Shape Resizing

Higher Ed
How can we allow for shapes to be resized as they’re drawn? • Demo of what the result should look like • Create simple structs to model a circle and square • Use QPainter directly to update the widget when drawing shapes This clip is...