Instructional Video5:53
Programming Electronics Academy

Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2

Higher Ed
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your computer’s monitor....
Instructional Video16:42
APMonitor

Python 🐍 Incubator Project

10th - Higher Ed
One of the best ways to start or review a programming language is to work on a simple project. These exercises are designed to teach basic Python programming skills to help you design a temperature controller. Temperature control is...
Instructional Video9:27
Institute for New Economic Thinking

Yanis Varoufakis: Bankruptocracy 2/4

Higher Ed
In part 2 of this four-part INET "From the Director's Chair" interview, INET Executive Director Robert Johnson talks with Greek economist Yanis Varoufakis about Varoufakis's new book The Global Minotaur: America, The True Origins of the...
Instructional Video7:18
Curated Video

Develop a computer program to solve a problem using control structures : For Loops

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops
Instructional Video2:48
National Parks Service

Acadia National Park - Entrance Passes & Vehicle Reservations

Pre-K - Higher Ed
Are you planning a visit to Acadia National Park? Before you get here, it's important to know the difference between an entrance pass for the whole park, and a vehicle reservation just to drive up to the summit of Cadillac Mountain. You...
Instructional Video4:49
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - demonstrates how to implement the prototype pattern

Higher Ed
This video demonstrates how to implement the prototype pattern with a basic example. β€’ Run the app through Visual Studio β€’ Run the app through PowerShell β€’ Run the app through File Explorer This clip is from the chapter "Prototype" of...
Instructional Video4:18
IDG TECHtalk

The basics of dates and times in Go

Higher Ed
How do Go programs handle dates and times? Learn about the use of the time package to work with the current date and time, create date and time values programmatically, format date/time values, and work with timezones.
Instructional Video3:30
Curated Video

Core Java Programming Course- Hands-on Exercise on the "For" Loop

Higher Ed
This video explains how to use the "For" loop with the help of an exercise. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Instructional Video5:48
Curated Video

Complete Python Scripting for Automation - join, center and zfill (zero fill)

Higher Ed
Complete String Operations: join, center and zfill (zero fill) This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and...
Instructional Video9:17
Curated Video

Complete Python Scripting for Automation - Boolean result operations

Higher Ed
Complete String Operations: Boolean result operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and strip, split...
Instructional Video4:41
The Economist

How to print an arm

12th - Higher Ed
3D-printed prosthetic limbs are being tested by Médecins Sans Frontières to help people who have lost limbs in the war in Syria. The new technology is cheaper and faster than conventional methods and could revolutionise treatment of...
Instructional Video21:13
The Wall Street Journal

Jim Continenza On Kodak's Comeback Plan

Higher Ed
Kodak CEO Jim Continenza and WSJ Deputy Chief News Editor Darren Everson discuss the company's transformation and expansion into pharmaceuticals at WSJ Tech Live.
Instructional Video3:44
Python Programmer

EDA Python - 06-3variable_name_rules

Higher Ed
There are rules when it comes to naming python variables. We cover those in this video.
Instructional Video8:48
Packt

WebDriver Browser Methods - 1

Higher Ed
This is the first part of a two-part lecture that explains the basic methods of the WebDriver. This clip is from the chapter "Configuring Selenium and Running Tests on All Browsers" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video9:53
Packt

Practice Exercises on Tables - 1

Higher Ed
This video presents the first part of practice exercises on tables. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video17:07
APMonitor

Python 🐍 Input

10th - Higher Ed
Input simply requests information from the person using the computer. By default the input value is stored as a string so if you're doing a math equation you need to turn it into an integer or float. In an egg temperature controller,...
Instructional Video16:14
APMonitor

Java β˜• Loops

10th - Higher Ed
I recently wrote a computer program to solve Sudoku puzzles. As part of the program, I needed to the computer to check every empty box on the grid. Sudoku is played on a 9 by 9 grid. That means I would have to check 81 times. It wouldn't...
Instructional Video4:53
Packt

How Does the While Loop Work?

Higher Ed
This video explains how to write the While loop. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video5:37
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation

Higher Ed
Add ability to perform several runs of the functions under analysis and perform testing using additional functions and test cases This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series...
Instructional Video16:41
Curated Video

Bash Shell Scripting- sed: Viewing file content and deleting file content based on line numbers

Higher Ed
This video shows how to view the file content and delete file content based on line numbers. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video11:43
Curated Video

Core Java Programming Course- Reading an MS Excel File using POI

Higher Ed
This video explains how to read an MS Excel files using POI. This clip is from the chapter "Working with MS Excel Files (Apache POI)" of the series "Learn How to Code: The Complete Core Java Programming Course".null
Instructional Video5:41
Curated Video

Complete Java SE 8 Developer Bootcamp - Javadoc

Higher Ed
In this video, you'll learn how to write your Javadoc. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards, comments....
Instructional Video8:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Static Methods

Higher Ed
Learn the syntax and restrictions that are placed upon methods that are assigned to a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Instructional Video4:32
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge XYZ Research Part 2

Higher Ed
In this session, we will address part two of the challenge. In this video, we will look at how many projects were completed in the first year. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data...