Curated Video
Julia for Data Science (Video 13)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Packt
DOM Selectors for Multiple Elements
DOM Manipulation & Events: DOM Selectors for Multiple Elements This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the...
TMW Media
The Very Large Array Telescope: VLA's configurations for seeing in space
Explain the process of transporting an antenna. Why are the antenna moved into different configurations? What discoveries did the scientists find recently? What do you need to know in order to work in this field? The Very Large Array...
Curated Video
Identifying Points, Rays, Lines, and Line Segments
In this lesson, students will learn how to identify geometric figures such as points, lines, rays, and line segments. Through observation, they will understand the characteristics of each figure and how to label them correctly.
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Filter and Where Conditions
Let's learn to filter data using the "FILTER, WHERE" function in this session. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section...
Curated Video
Learning PHP 7 (Video 1)
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....
Curated Video
Solving Single Digit by Multidigit Multiplication Using the Distributive Property
In this lesson, students will learn how to solve single digit by multidigit multiplication problems using the distributive property. The distributive property is a useful trick that makes arithmetic and algebraic math problems easier to...
Brian McLogan
What is a Ray and how do we label one
👉 Learn essential definitions of points, lines, and planes. A point defines a position in space. A line is a set of points. A line can be created by a minimum of two points. A plane is a flat surface made up of at least three points. A...
Curated Video
Compare different types of data structures : Segment Trees with Lazy Updates
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. This video continues exploring the...
IDG TECHtalk
Run Python in R code
While R is a useful language, Python is also great for data science and general-purpose computing. See how to run Python code within an R script and pass data between Python and R using the reticulate package. Leave a comment and let us...
Programming Electronics Academy
How to Organize Code
If you are new to writing code with Arduino it can be confusing on how to organize the program. But once you know where stuff goes in an Arduino program it's actually pretty simple. In this lesson, you are gonna learn how to organize the...
APMonitor
Matlab 👩💻 Array and Matrix
Arrays are a way of storing a sequence of numbers or letters by using brackets [ ] or by declaring a 'string'. You could use an array for an incubator to keep information on such as a history of the temperatures. # array of numbers...
Curated Video
Mastering Swift 2 Programming (Video 13)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
Multiplying Whole Numbers by Mixed Numbers Using Area Models
In this lesson, students will learn how to multiply whole numbers by mixed numbers using area models. The teacher explains the concept by demonstrating how to draw rectangular arrays and divide them to represent the mixed numbers.
Programming Electronics Academy
characters, strings and Strings: The Internet of Things: 6
A description of characters, strings, and String data types as it relates to sending data to the cloud.
Curated Video
Modify a data structure : Linked List - Independent Exercise
From the section: Linked Lists. Linked Lists: Linked List - Independent Exercise Linked Lists: Linked List - Independent Exercise
Curated Video
Compare different types of data structures : Segment Trees and the RMQ Problem
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. In this video, we revisit the RMQ...
Curated Video
C++ for Beginners - Pointers
David discusses pointers in this section. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Curated Video
Learn and Master C Programming - Passing Pointers to Functions: Example With 2 Pointers
We will implement a function that can return two values at the same time, which can be done using pointers. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section...
Programming Electronics Academy
3 Ways to Use Acceleration in an Arduino Sketch
This tutorial covers three easy ways to implement some form of acceleration in your Arduino sketches. It will cover the following: Linear Acceleration Exponential Acceleration Messing Around with the Square root function
Curated Video
Application Development with Swift 2 (Video 16)
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
The Business Professor
Marketing - Discrepancy of Assortment
This Video Explains Marketing - Discrepancy of Assortment
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Integration Testing with Front-End and Back-End Response Validation Assertions
This video introduces you to integration testing with frontend and backend. This clip is from the chapter "Mocking HTTP Requests/Responses with Cypress (XHR Testing)" of the series "Cypress - Modern Automation Testing from Scratch +...