Instructional Video10:11
Programming Electronics Academy

Function Example Three: Arduino Course 8.3

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video16:16
Programming Electronics Academy

Using Arrays with For Loops

Higher Ed
I would say that arrays are one of the most useful programming tools available. Every programming language that I'm familiar with, at least, has some form of an array. If you're trying to learn a new programming language, one of the...
Instructional Video5:35
Curated Video

Describe an advanced data structure : From Painfully Slow to Optimal: The Maximum Sum Subarray

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video14:00
Programming Electronics Academy

Tutorial 09: How to read voltages with analogRead(): Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson you learned about using the analogRead() function to collect data from a sensor connected to one of the Arduino' analog pins. The range of data we received from the analogRead() function, was mapped from 0 to 1023....
Instructional Video13:18
Curated Video

C++ for Beginners - Arrays

Higher Ed
In this section, David discusses arrays. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Instructional Video10:17
Curated Video

Learning Lodash 4.0 (Video 28)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video13:30
Programming Electronics Academy

Tutorial 11: If Statement Conditionals: Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson we learned about the "If statement". The "If statement" was the perfect choice for setting up instructions to run only when certain conditions are met. "If 30 seconds has passed - stop the heating element" or "If the...
Instructional Video13:21
Programming Electronics Academy

Array Basics Part Two: Arduino Course 7.3

Higher Ed
An introduction to using arrays in programming.
Instructional Video17:17
Programming Electronics Academy

Functions Example One: Arduino Course 8.1

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video10:44
Programming Electronics Academy

Tutorial 05: Understanding Variables: Arduino Course for Absolute Beginners (ReM)

Higher Ed
Lets have a discussion about a powerful and semi-confusing programming topic - variables. A variable is like a bucket. You choose what types of stuff you want in the bucket and can change the contents as often as you like. When you...
Instructional Video4:02
Fun Robotics

NumPy Library Part 2

Higher Ed
Exploring additional usage of the NumPy Python library
Instructional Video8:07
Curated Video

Julia for Data Science (Video 3)

Higher Ed
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...
Instructional Video7:41
Curated Video

Julia for Data Science (Video 13)

Higher Ed
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...
Instructional Video24:15
APMonitor

Solve Differential Equations in Python

10th - Higher Ed
Differential equations are solved in Python with the Scipy.integrate package using function ODEINT. ODEINT requires three inputs: y = odeint(model, y0, t) model: Function name that returns derivative values at requested y and t values as...
Instructional Video5:02
Curated Video

Solving Single Digit by Multidigit Multiplication Using the Distributive Property

K - 5th
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...
Instructional Video10:30
APMonitor

Matlab 👩‍💻 Array and Matrix

10th - Higher Ed
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...
Instructional Video16:07
Programming Electronics Academy

Arrays and For Loops Continued: Arduino Course 7.5

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video13:32
Curated Video

C++ for Beginners - Multi-Dimensional Arrays

Higher Ed
In this video, David examines multi-dimensional arrays and nested loops. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Instructional Video13:14
Curated Video

C++ Developer - The Array Class

Higher Ed
This video explains the array class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video2:43
Curated Video

Prime or Composite: Using Area Models to Determine Number Types

K - 5th
In this video, the teacher explains how to determine if a number is prime or composite using area models. They demonstrate that prime numbers have only one set of factors, while composite numbers have multiple sets of factors.
Instructional Video20:29
Programming Electronics Academy

Tutorial 07: digitalRead() and the Serial Port: Arduino Course for Absolute Beginners (ReM)

Higher Ed
*Description:* As simple as it may seem, knowing when something is either on or off can be a great tool to designing something useful. Answers to the following questions are what this lesson plans to tackle: Is a button being pressed?...
Instructional Video15:13
Curated Video

Excel VBA Programming The Complete Guide - The Macro Recorder

Higher Ed
The Macro Recorder is a powerful tool that converts your interface actions (i.e. clicks, navigations, aesthetic changes) into valid VBA code. In this lesson, we discuss the merits (and drawbacks) of the Macro Recorder and explore some of...
Instructional Video15:18
Programming Electronics Academy

Class to Library: Arduino Course 8.7

Higher Ed
A walk through of turing a class into an Arduino code library.
Instructional Video7:21
Programming Electronics Academy

Arrays and For Loops: Arduino Course 7.4

Higher Ed
A walkthrough of using arrays and for loops in programming.