Curated Video
Java Programming for Complete Beginners - Java 16 - Step 19 - Understanding Primitive Variable Types in Java - Choosing a Type
This video talks about - understanding primitive variable types in Java - choosing a type. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Curated Video
Learning Microsoft Power BI - Translating Report Requirements into DAX Measures
In this video, we will learn how to translate project requirements into calculations needed for a data model. • Learn how to break down project requirements into the needed DAX measures • Understand the types of basic DAX measures that...
TMW Media
ChangeMakers Ralph Chami – IMF & The Carbon Capacity of Marine Mammals
ChangeMakers Ralph Chami – IMF & The Carbon Capacity of Marine Mammals
Professor Dave Explains
No, You're Not Left-Brained or Right-Brained
Everyone has heard of the idea that some of us are "left-brained", meaning more analytical or mathematical in thinking, while some of us are "right-brained", meaning we are more creative or artistic. Here's the thing: It's rubbish! The...
Curated Video
Using Estimation and Multiplication to Solve a Real World Problem
In this short math video we will answer a standardized math test question using estimation & multiplication to solve a real world problem. We will review how to estimate a value. We estimate to create a simpler problem. We will identify...
Curated Video
Using Goal Seek Tool in Excel to Set Target Grades for Students
The video demonstrates how to use the Goal Seek tool in Excel to quickly determine the target grade a student needs to achieve in a particular subject in order to reach a desired overall average. By setting a target average and letting...
Curated Video
Statistics for Data Science and Business Analysis - Test for the Mean; Independent Samples (Part 1)
This is the first of the two-part video, where the means for two dependent samples are tested. This clip is from the chapter "Hypothesis Testing" of the series "Statistics for Data Science and Business Analysis".This section explains...
Curated Video
Mastering Tableau 2018.1, Second Edition 7.5: Understanding Window Table Calculations
In this video, we’ll cover window functions. • Understand window functions • Implement window functions
Curated Video
Multi-Paradigm Programming with Modern C++ - Grouping Tasks with Fork/Join
Fork/Join builds on top of continuation. The idea is that not one, but multiple parallel tasks can consume results of the previous one. And after those tasks are finished, another task aggregates the results. In this video we will both...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Java Arrays - Exercise - Create Student Class - Part 1 - Total and Ave
In this session, we will learn about Java arrays - Exercise - Create Student Class - Part 1 - Total and Ave. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 1: Exercises
In this video, the author gives few exercises to work on. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Dictionaries and Students
The video provides the solution to the "Dictionaries and Students" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts...
Curated Video
I WONDER - How Do I Calculate The Average?
This video is answering the question of how do I calculate the average.
Let's Tute
Introduction to Measures of Central Tendency in Statistics
In this video, the teacher explains the different measures of central tendency in statistics, including mean, mode, and median. They discuss the characteristics of each measure and how they can be used to find a representative value in a...
Curated Video
The Nature-Nurture Debate: Exploring the Complex Interplay of Genetics and Environment
This video explores the complex interplay between nature and nurture in shaping traits such as intelligence and height. It discusses the concept of heritability and how it changes depending on environmental factors, and touches on the...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Java Arrays - Exercise - Create Student Class - Part 2 - Maximum and Minimum
In this session, we will learn about Java arrays - exercise - create student class - part 2 - maximum and minimum. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 2: Exercises
In this video, the author gives few exercises related to functions in Python. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will...
Economics Explained
The Economics of the Prison Industrial Complex
There are over 10 million people in some form of government incarceration around the world today. There are 2.3 million in the USA alone and anyway you slice it that is a huge population of people. The population of people living in...
TMW Media
Mean, Median & Mode
This program covers the important topic of Mean, Median, and Mode in Probability and Statistics. We begin by discussing what mean, median, and mode is and why it is important. Next, we solve several problems that involve these concepts...
Curated Video
Practical Data Science using Python - Random Variables and Normal Distribution
This video explains random variables and normal distribution. This clip is from the chapter "Statistical Techniques" of the series "Practical Data Science Using Python".This section explains advanced visualizations using business...
Science360
Recent Warming - How Do We Know?
Dr. Richard Alley discusses how much the Earth has warmed in recent times.
NASA
NASA | Tornadoes with Tim Samaras
Credits: NASA, NOAA In this video severe storm researcher and engineer Tim Samaras talks about his view on tornadoes and what remains to be understood. He also covers the importance of satellite imagery to his research.
Curated Video
C++ Programming By Example - Enhancing the Virtual Die with User Input
How to get input from the user and use it in the virtual die? • Introduce std::cin • Show a brief example of using std::cin • Allow viewers to implement the coding exercise to get user input on die range and number of rolls This clip is...
IDG TECHtalk
R data.table in 5 minutes
Get a quick look at the R data.table package in this 5-minute tutorial that gives a sample of the package’s speed and power.