Programming Electronics Academy
Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2
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....
APMonitor
Python π Incubator Project
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...
Institute for New Economic Thinking
Yanis Varoufakis: Bankruptocracy 2/4
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...
Curated Video
Develop a computer program to solve a problem using control structures : For Loops
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
National Parks Service
Acadia National Park - Entrance Passes & Vehicle Reservations
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...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - demonstrates how to implement the prototype pattern
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...
IDG TECHtalk
The basics of dates and times in Go
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.
Curated Video
Core Java Programming Course- Hands-on Exercise on the "For" Loop
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...
Curated Video
Complete Python Scripting for Automation - join, center and zfill (zero fill)
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...
Curated Video
Complete Python Scripting for Automation - Boolean result operations
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...
The Economist
How to print an arm
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...
The Wall Street Journal
Jim Continenza On Kodak's Comeback Plan
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.
Python Programmer
EDA Python - 06-3variable_name_rules
There are rules when it comes to naming python variables. We cover those in this video.
Packt
WebDriver Browser Methods - 1
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...
Packt
Practice Exercises on Tables - 1
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...
APMonitor
Python π Input
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,...
APMonitor
Java β Loops
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...
Packt
How Does the While Loop Work?
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation
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...
Curated Video
Bash Shell Scripting- sed: Viewing file content and deleting file content based on line numbers
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.
Curated Video
Core Java Programming Course- Reading an MS Excel File using POI
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
Curated Video
Complete Java SE 8 Developer Bootcamp - Javadoc
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....
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Methods
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge XYZ Research Part 2
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...