Instructional Video12:06
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Strings, variables, top down execution flow

Higher Ed
Working with lists and exploring functions and methods This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video8:14
IDG TECHtalk

Cython's new pure Python syntax: Faster Python made easier

Higher Ed
Cython compiles Python to C for speed, but has traditionally used a cumbersome custom syntax. Learn in this video about Cython's "pure Python" mode, a way to use Cython with regular Python syntax so you can continue to use your existing...
Instructional Video5:07
Catalyst University

Prone Torsion Test for Lumbar Instability | Rationale & Interpretation

Higher Ed
In this video, I explain and demonstrate the prone torsion test, a special test used in the assessment of lumbar rotational instability. More specifically, we cover the hand placement in detail, the testing procedure, and the...
Instructional Video4:47
Catalyst University

Prone Instability Test | Rationale & Interpretation

Higher Ed
In this video, I explain and demonstrate the prone instability test, a special test used in the classification of patients with low back pain into the stabilization subgroup.
Instructional Video3:54
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Pull Two-Step Process

Higher Ed
This video explains the two-step process of Git pull. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the push,...
Instructional Video3:49
Brian McLogan

Perform subtraction of two functions and then evaluate

12th - Higher Ed
👉 Learn how to add or subtract two functions. Given two functions, say f(x) and g(x), to add (f+g)(x) or f(x) + g(x) or to subtract (f - g)(x) or f(x) - g(x) the two functions we use the method of adding/subtracting algebraic expressions...
Instructional Video10:24
Curated Video

Learning Python Web Penetration Testing (Video 7)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video2:24
Curated Video

RESTful Web API Design with Node.js (Video 2)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on both...
Instructional Video3:25
IDG TECHtalk

How to synchronize goroutines with waitgroups

Higher Ed
Waitgroups let you take multiple goroutines and run them all to completion. Learn how to use this synchronization mechanism to keep the async and sync parts of your Go applications in harmony.
Instructional Video7:05
Packt

Implementing a Min Stack

Higher Ed
This video demonstrates how to implement a min stack. This clip is from the chapter "Question 2: Min Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a min stack.
Instructional Video5:35
Curated Video

Creational Design Patterns in Modern C++ - Game Implementation - Part VI

Higher Ed
This video is the sixth part of the six-part video that demonstrates how to refactor the game to use a deep copy to prevent issues with a shallow copy. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Instructional Video4:57
Curated Video

Practical Jenkins - Understanding Workflow of Jobs and Pipelines

Higher Ed
For complex integration and release scenarios, jobs are not just enough. Jobs need to work together to create a sequenced workflow called pipeline. In the new model, Jenkins pipelines are a game changer with all features of pipelines...
Instructional Video5:13
Curated Video

Understanding Closure Property: Sets of Numbers

K - 5th
Closure refers to the property of a set of numbers and operations where performing those operations on any two elements of the set always results in another element of the set. We examine various sets of numbers, such as whole numbers,...
Instructional Video3:05
Curated Video

Learning PHP 7 (Video 28)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video4:37
Curated Video

Learning PHP 7 (Video 17)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video5:34
Curated Video

Bash Shell Scripting- Simple Hello World awk script

Higher Ed
This video shows how to write a simple Hello World awk script. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video4:33
Curated Video

Core Java Programming Course- StringBuilder Class

Higher Ed
This video explains the StringBuilder class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that...
Instructional Video4:51
Schooling Online

Shakespeare Today: Hamlet - Act 2 Summary

3rd - Higher Ed
Everyone is puzzling to make sense of Hamlet’s increasingly crazed behaviour. Perhaps Hamlet is having some girlfriend trouble? But Hamlet is much more interested in investigating the ghost’s shocking claim that Claudius is a murderer......
Instructional Video7:40
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Interactive Rebasing with Squashing in the Local Repository

Higher Ed
This video focuses on the interactive rebasing with squashing in the local repository. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video5:07
Curated Video

Learning PHP 7 (Video 10)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video1:45
XKA Digital

Don't let early challenges stop you

Higher Ed
As an Regional Director for Page Personnel, Sarah oversees both Page Personnel Secretarial and Business Support and Page Personnel Human Resources across the Midlands, London, Thames Valley, Home Counties and the South West. Sarah is...
Instructional Video1:29
Food Farmer Earth

Sharpening Skills: The Craft of Forging Chef Knives

12th - Higher Ed
A knife maker shares his journey of learning to make knives in Japan, emphasizing the balance between functionality and aesthetics in crafting kitchen knives. He cites a famous Japanese swordsmith's philosophy that a knife's beauty lies...
Instructional Video3:58
Packt

Max Stacks

Higher Ed
This video introduces you to max stacks. This clip is from the chapter "Question 3: Max Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a max stack.
Instructional Video12:17
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood

Higher Ed
An introductory look at branching and how it works including real code examples from projects built in the course in later sections This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...