Curated Video
Complete Python Scripting for Automation - Transfer file from local server to remote server and vice versa using paramiko
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...
Curated Video
Complete Python Scripting for Automation - Python setup on Windows
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.
Flipping Physics
Introductory Tangential Velocity Problem - Mints on a Turntable
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?
Packt
Troubleshooting Errors on Browser Invocation Code
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...
Curated Video
It’s Your Choice
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 ...”
Curated Video
Excel VBA Programming The Complete Guide - The Application Object
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...
TLDR News
Why Russia Fired at a British Warship: The Black Sea Dispute Explained - TLDR News
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...
Python Programmer
EDA Python - 20-Pandas_4
This is part 4 of the Exploratory Data Analysis project using python and pandas.
Curated Video
Learn and Master C Programming - Referencing Our Library When Installed in a Specific Path (Folder)
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...
Curated Video
Learn and Master C Programming - Using Our Library From Projects Within The Same Solution
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)"...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Integrating Cypress Framework into Jenkins CI Tool
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...
Journey to the Microcosmos
How Do Colonies Help Microorganisms Survive?
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!
Packt
Practice Exercises on Tables - 1
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...
Packt
Identifying Objects with Text using XPATH Locators
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...
Packt
Trees - Part 1
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...
Curated Video
Complete Python Scripting for Automation - Practice: Read a path and check if given path is a file or a directory
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...
Schooling Online
Powering Through Prose: Mary Shelley, Frankenstein - Vol 1, Letters 1-4 & Chapters 1-2 Summary
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...
Packt
Difference Between Relative and Absolute XPath
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...
Curated Video
Comprehensive Android Developer Bootcamp - Setting Up Journal Post Screen - Gallery Intent - Part 3
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...
TLDR News
3 Reasons the Democrats will Win in 2022 - TLDR News
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.
Curated Video
Bash Shell Scripting- String Operations on Paths | Useful for Real-time
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...
Curated Video
Bash Shell Scripting- First Simple Hello World Script using the echo command
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...
Curated Video
.NET Core Microservices - Integrate QuickStart in Identity Server Service
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...
Curated Video
C++ Programming By Example - Allow for Shape Resizing
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...