Instructional Video6:27
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Introduction to Variables in Java - Exercises and Puzzles

Higher Ed
This video talks about variables in Java - exercises and puzzles. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video6:20
Curated Video

Fix the errors in a computer program or algorithm : Errors - Types of Errors!

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Errors - Types of Errors!
Instructional Video12:42
Curated Video

Growing the Family Business, One Generation at a Time

Higher Ed
This video is a story about the growth of Positive Promotions, a leading supplier of specialty promotional products. Nelson Taxel, the key figure behind the success of the family-run business, shares his experiences in developing the...
Instructional Video10:34
3D Print General

Who Makes the Best PLA? 3D Printing YouTubers Respond

Higher Ed
Thanks to everyone who participated!
Instructional Video20:10
APMonitor

Python 🐍 Print

10th - Higher Ed
Printing is displaying values to the screen. The word print comes from the time when programs previously put ink on paper. You use the built in python function print() to output values. You could use this to tell you what is the current...
Instructional Video2:44
Let's Tute

Printing Specific Ranges in Microsoft Excel

9th - Higher Ed
This Microsoft Excel tutorial teaches how to print a specific range of cells. It covers two options: selecting the range before going to the print area option, or selecting the print selection option after selecting the range. The...
Instructional Video3:50
3D Print General

Get Cleaner Top Surfaces with 1 Click - Cura 4.11

Higher Ed
Cura 4.11.0 has a new update called "Monotonic Top/Bottom Order" which will drastically improve the top surface quality of your prints by changing its tool path.
Instructional Video3:47
3D Print General

3D Printed Batman - The Dark Knight Returns

Higher Ed
Today, we print, paint, and assemble Kong's latest design of Batman from The Dark Knight Returns. You can download this, and all other 2 dozen unique designs, at our Patreon: http://bit.ly/2xBSDbY
Instructional Video15:14
Curated Video

Bash Shell Scripting- awk command with action and basic variables

Higher Ed
This video shows how to use the awk command with action and basic variables. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video3:10
Curated Video

Learning CSS (Video 36)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video5:41
IDG TECHtalk

How to secure printers on Windows networks

Higher Ed
Attackers often gain access to networks through the printers connected to them. Here’s how to address printer vulnerabilities on your network.
Instructional Video8:16
AllTime 10s

10 Ways 3D Printing Will Change The World

12th - Higher Ed
From organs to houses, 3D printing is set to revolutionise the world as we know it. Here are the 10 biggest changes you could see in your lifetime.
Instructional Video2:54
Economics Explained

Is Hyperinflation Coming?: Introduction

9th - Higher Ed
Inflation is something we more or less take for granted these days. The idea that 5 dollars today is not going to be able to buy 5 dollars worth of stuff in the future, and the fact that you used to be able to buy a family home for 10...
Instructional Video5:54
Curated Video

Learn and Master C Programming - Pointers and Arrays

Higher Ed
We will learn how pointers and arrays are related and how we can treat array name as a pointer in some situations. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video6:54
Curated Video

Complete Python Scripting for Automation - strip, split operations

Higher Ed
Complete String Operations: strip, split 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 Video8:56
Curated Video

Complete Python Scripting for Automation - Simple practice with for loop

Higher Ed
Loops - for and while loops with break, continue and pass: Simple practice with for loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
Instructional Video6:26
Curated Video

REST APIs with Flask and Python - Magic Methods: __str__ and __repr__

Higher Ed
This video explains the magic methods of __str__ and __repr__. 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 that will help refresh your...
Instructional Video26:15
APMonitor

Python 🐍 Loops

10th - Higher Ed
There are two basic types of loops including for and while. A for loop is to repeat code a predetermined number of times. A while loop is to repeat code but where the stopping condition may not be known before the loop starts.
Instructional Video3:08
IDG TECHtalk

Variable formatting with the fmt package | Smart Go

Higher Ed
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Instructional Video5:04
Curated Video

Complete Java SE 8 Developer Bootcamp - Collections

Higher Ed
Learn the basic syntax for using a collection. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues, deques and maps: - types of...
Instructional Video2:29
Curated Video

C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format

Higher Ed
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library. • Consider inc.hpp contants and its usage...
Instructional Video6:45
Curated Video

Complete Python Scripting for Automation - try except else and finally usage

Higher Ed
Exception Handling: try except else and finally usage This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined Exceptions.
Instructional Video8:49
Curated Video

Complete Java SE 8 Developer Bootcamp - LocalTime, LocalDateTime, and Period

Higher Ed
A look at three other immutable java.time types. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Instructional Video3:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Adding More Methods for Multiplication Table Program

Higher Ed
In this video, we will learn about adding more methods for multiplication table program. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...