Instructional Video21:00
msvgo

Polar Form of Complex Numbers

K - 12th
It introduces the concept of principal Argument and the polar form of complex numbers. It also explains conversion from cartesian to Polar Form and vice versa.
Instructional Video9:32
TLDR News

Starmer's 3 Controversial Changes to Labour - TLDR News

12th - Higher Ed
Since entering office Starmer has tried to make some big changes to shift how Labour works and... well some it hasn't gone down well. So in this video we take a look through the history and see if the changes he's making are likely to...
Instructional Video8:22
Let's Tute

Microsoft Excel Function: Structure, Operators, and Examples

9th - Higher Ed
In this Microsoft Excel tutorial, we learn about the structure of Excel functions, including the use of equal sign, function names, opening and closing brackets, and arguments separated by commas. We also explore operators such as...
Instructional Video5:49
Curated Video

Python for Network Forensics 2.1: Enumerating Directories

Higher Ed
In this video, we will develop the technique to scan files in a directory in or to obtain items and properties. • Understand the basis of recursion and how it applies to directories • Learn about the OS module and how it applies to...
Instructional Video6:31
IDG TECHtalk

How to use command line arguments in a Python script with sys.argv and argparse

Higher Ed
If you pass command line arguments to a Python script, it's easy to extract and use them with sys.argv. But if you want to build elaborate handlers for command-like arguments, the argparse module in Python's standard library gives you...
Instructional Video6:48
ShortCutsTv

The Ethics of Abortion: When Does Life Begin?

Higher Ed
The controversies surrounding abortion involve a clash between two fundamental rights: the right of the unborn child, or foetus, and the rights of the mother. This film begins with the storm created by leading case of Roe vs Wade and...
Instructional Video16:51
Curated Video

C++ Developer - Function Return Types and Parameters

Higher Ed
This video explains function return types and parameters. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video9:01
Brainwaves Video Anthology

David Gillborn - Racism in Education

Higher Ed
David is Professor of Critical Race Studies, editor-in-chief of the journal Race Ethnicity and Education and Director of Research in the School of EducationDavid’s research focuses on race inequalities in education, especially the role...
Instructional Video3:39
TLDR News

Do Independent MPs Need to be Elected Again? - TLDR Explains.

12th - Higher Ed
It is worth looking at whether The Independent Group MPs are required to call a by-election. Some (most notably those in the leadership of the Labour Party) claim that, due to the MPs switching parties, by-elections should be called in...
Instructional Video3:03
Curated Video

Learn and Master C Programming - A quick overview of 'scanf' function

Higher Ed
We will have a quick look at 'scanf' function and some of it’ type filed characters. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick overview of how...
Instructional Video6:03
Curated Video

Bash Shell Scripting - Passing Arguments to Functions

Higher Ed
This video explains how to pass arguments to functions. This clip is from the chapter "Functions - Revisited" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section explores more about...
Instructional Video8:44
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 1

Higher Ed
We will learn how to pass arguments to our main function from the command-line and also how to pass them from within visual studio and debug through the code to look at their values. This clip is from the chapter "Strings" of the series...
Instructional Video14:20
Curated Video

Data Science and Machine Learning with R - Working with Functions

Higher Ed
This video explains working with functions in R. This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Instructional Video5:00
IDG TECHtalk

How to make easier ggplot2 with ggcharts

Higher Ed
In this episode of Do More with R, learn how to make ggplot2 graphs with a lot less code using the ggcharts package.
Instructional Video9:42
IDG TECHtalk

How to create ggplot labels in R

Higher Ed
See how to add text labels to points and lines in ggplot graphs.
Instructional Video12:37
Curated Video

Core Java Programming Course- Classes and Object - Exercise 2

Higher Ed
This video presents an exercise on classes and objects. This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different...
Instructional Video7:55
Curated Video

Hands-On WebAssembly for C++ Programmers - Converting the Game to SDL

Higher Ed
How do we start moving more functionality to C++, especially hardware interactions? • Learn about the Simple DirectMedia Layer API • Compile our program with SDL • Convert our pong game to use an SDL loop This clip is from the chapter...
Instructional Video11:31
Curated Video

The Modern JavaScript Bootcamp (2019) - Using Objects with Functions

Higher Ed
In this lesson, you’re going to explore how you can use objects with functions. This includes calling functions with object arguments and returning objects from functions. This clip is from the chapter "JavaScript Objects" of the series...
Instructional Video7:06
Curated Video

Don’t Make This Mistake on Agree Disagree Essays - IELTS Energy Podcast 1197

9th - Higher Ed
How can you know what type of essay to write on IELTS Writing Task 2? And why is it so important to include your opinion? Today we answer two student questions that will uplevel your Task 2 essays.
Instructional Video8:45
Hip Hughes History

The Emancipation Proclamation Explained: US History Review

6th - 12th
So you think you know your history? Mr. Hughes lays down the tracks to help you understand the true purpose behind the Emancipation Proclamation and why the Civil War was fought. Brought to you by Mr. Hughes in an easily digestible eight...
Instructional Video2:45
Brainwaves Video Anthology

Daniel Kahneman - On Amos Tversky

Higher Ed
Daniel Kahneman is Professor of Psychology and Public Affairs Emeritus at the Woodrow Wilson School, the Eugene Higgins Professor of Psychology Emeritus at Princeton University, and a fellow of the Center for Rationality at the Hebrew...
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 Video11:51
Packt

Reading a Note

Higher Ed
File System and Command Line Args (Notes App): Reading a Note 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 section, you will...
Instructional Video3:53
Packt

How Different is Function Overriding from Overloading? Explain

Higher Ed
This video explains the difference between function overriding and overloading. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java -...