AllTime 10s
10 Ways 3D Printing Will Change The World
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.
Economics Explained
Is Hyperinflation Coming?: Introduction
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...
Curated Video
Learn and Master C Programming - Pointers and Arrays
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...
Curated Video
Complete Python Scripting for Automation - strip, split operations
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...
Curated Video
Complete Python Scripting for Automation - Simple practice with for loop
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...
Curated Video
REST APIs with Flask and Python - Magic Methods: __str__ and __repr__
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...
APMonitor
Python π Loops
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.
IDG TECHtalk
Variable formatting with the fmt package | Smart Go
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Collections
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...
Curated Video
C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format
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...
Curated Video
Complete Python Scripting for Automation - try except else and finally usage
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - LocalTime, LocalDateTime, and Period
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Adding More Methods for Multiplication Table Program
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Inheritance and Overriding - with toString() Method
In this session, we will learn about inheritance and overriding - with the toString() method. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - 3D Printing
3D printers use some material (such as plastic) to create a physical object from a 3D model file. This episode explores the concepts in 3D printing and provides examples of software for controlling the printer output. This clip is from...
Curated Video
Complete Java SE 8 Developer Bootcamp - Break, Continue, and Labels
This video defines the keywords that allow us to manipulate that flow. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Exploring New Java API - Predicate - not Method
In this session, we will learn about the method, Predicate.not. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the new...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Functional Programming - Filtering - Exercises to Print Odd and Even n
In this session, we will learn about functional programming - filtering - exercises to print odd and even n. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Returning from a Java Method - an Introduction
In this video, we will learn about returning from a Java method - an introduction. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Stream Intermediate Operations - Exercises - Squares of First 10, Map
In this session, we will learn about stream intermediate operations - exercises - squares of first 10, map. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Packt
CompTIA A+ Certification 220-1001: The Total Course - Thermal Printers
Thermal printers use heat to mark text on special thermal paper. Theyβre used in many point-of-sale systems and kiosks. Mike describes the features of thermal printers and what techs need to know to maintain and service the machines....
Curated Video
The Complete Excel Guide: Beginners to Advanced - Printing Workbooks
This video aims to explain how to print workbooks. This clip is from the chapter "Excel 2019 Beginner: Page Setup and Print Options" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to explore page setup...
Curated Video
The Complete Python Course - Arithmetic Operators
Here, you will learn about basic operators in arithmetic, such as addition, subtraction, multiplication, and division. This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section...
Packt
Callback Chaining
Asynchronous Node.js (Weather App): Callback Chaining This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...