msvgo
Polar Form of Complex Numbers
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.
TLDR News
Starmer's 3 Controversial Changes to Labour - TLDR News
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...
Let's Tute
Microsoft Excel Function: Structure, Operators, and Examples
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...
Curated Video
Python for Network Forensics 2.1: Enumerating Directories
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...
IDG TECHtalk
How to use command line arguments in a Python script with sys.argv and argparse
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...
ShortCutsTv
The Ethics of Abortion: When Does Life Begin?
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...
Curated Video
C++ Developer - Function Return Types and Parameters
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++.
Brainwaves Video Anthology
David Gillborn - Racism in Education
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...
TLDR News
Do Independent MPs Need to be Elected Again? - TLDR Explains.
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...
Curated Video
Learn and Master C Programming - A quick overview of 'scanf' function
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...
Curated Video
Bash Shell Scripting - Passing Arguments to Functions
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...
Curated Video
Learn and Master C Programming - Arguments of main() function - Part 1
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...
Curated Video
Data Science and Machine Learning with R - Working with Functions
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.
IDG TECHtalk
How to make easier ggplot2 with ggcharts
In this episode of Do More with R, learn how to make ggplot2 graphs with a lot less code using the ggcharts package.
IDG TECHtalk
How to create ggplot labels in R
See how to add text labels to points and lines in ggplot graphs.
Curated Video
Core Java Programming Course- Classes and Object - Exercise 2
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Converting the Game to SDL
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Using Objects with Functions
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...
Curated Video
Don’t Make This Mistake on Agree Disagree Essays - IELTS Energy Podcast 1197
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.
Hip Hughes History
The Emancipation Proclamation Explained: US History Review
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...
Brainwaves Video Anthology
Daniel Kahneman - On Amos Tversky
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...
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...
Packt
Reading a Note
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...
Packt
How Different is Function Overriding from Overloading? Explain
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 -...