Instructional Video11:28
Packt

Implementation of Arrays List

Higher Ed
This video explains how to implement a list of arrays.
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video6:03
Curated Video

Complete Java SE 8 Developer Bootcamp - String Objects

Higher Ed
The author details the structure of string object provided by Java SE API.
r/>
This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass...
Instructional Video11:36
Curated Video

Bash Shell Scripting - Conditional Tests

Higher Ed
This video focusses on conditional tests.<br/<br/>>

This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
Instructional Video3:21
IDG TECHtalk

Python 3.9: What's new in the latest version of Python

Higher Ed
The latest version of Python offers new conveniences for the developer: new ways to merge dictionaries, new string-handling functions, and more convenient type-hinting features.
Instructional Video3:34
Curated Video

Complete Java SE 8 Developer Bootcamp - Sets

Higher Ed
Learn to handle sets collection for fast searching as it organizes data for the purpose.
r/>
This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
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 Video12:43
Curated Video

The Full Stack Web Development - Getting Started With JavaScript

Higher Ed
Basic JavaScript Concepts: Getting Started With JavaScript
r/>
This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of JavaScript...
Instructional Video3:00
Curated Video

Bass Instruments and their Role in Music

Pre-K - Higher Ed
An introduction to sound and purpose of bass instruments. Bass instruments have the lowest pitch of the musical instruments in an ensemble and help set the beat of the music. Learn about bass instruments such as electric bass, double...
Instructional Video10:01
Packt

Window Handle Concepts - Real Time Example

Higher Ed
This video presents a real-time example related to window-handling concepts.
<
br/>
This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics...
Instructional Video6:54
Curated Video

Learn and Master C Programming - Character Arrays versus Strings

Higher Ed
We will learn the main difference between declaring and using character arrays versus strings in C/C++.
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video7:07
Curated Video

Multi-Paradigm Programming with Modern C++ - On Programming Paradigms

Higher Ed
C++ is a multi-paradigm programming language. We learn about different paradigms (styles), and how C++ supports them.

• Programming styles supported b
y C++
• Critic
ism of C++
• Your C++ knowled
ge
as a toolbox
...
Instructional Video6:19
Curated Video

Hands-On WebAssembly for C++ Programmers - Understanding the Memory Model

Higher Ed
We've seen native numeric types, but how are objects and strings represented?

• Learn how linear memory operates in WebAss
embly
• Observe the difference between Emscripten and non-Emscripte
n behavior
• Explore...
Instructional Video5:53
Curated Video

Java 11 Programming for Beginners 4.3: Working with Strings, Characters, and Regular Expressions

Higher Ed
Strings and regular expressions are key to everyday Java programming. This video gives an overview of how to use them. • Three slides to explain string and regular expression • Use regex in code to split a word • Use string functions to...
Instructional Video11:20
Python Programmer

EDA Python - 09-2for_Loops

Higher Ed
More on loops. This time we look at for loops.
Instructional Video14:21
Packt

String Methods & Concatenation

Higher Ed
JavaScript Language Fundamentals: String Methods & Concatenation
<
br/>
This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the...
Instructional Video5:26
Curated Video

Complete Java SE 8 Developer Bootcamp - String Operations and Operators

Higher Ed
Learn the most common methods and operations available to Strings. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value features of...
Instructional Video1:09
Curated Video

I WONDER - How Did The Inca People Record Information?

Pre-K - 5th
This video is answering the question of how did the Inca people record information.
Instructional Video6:41
Packt

Use variables to modify data : Overview of the Different Variable Types

Higher Ed
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order...
Instructional Video9:02
Curated Video

C++ Standard Template Library in Practice - Iterators

Higher Ed
We need to get up to speed on what iterators are and what they can do.

• Cover the basics of iterators and set the ground work for what they are use
d for
• Show the technical elements of the iterator and start learning...
Instructional Video8:15
Curated Video

C++ Standard Template Library in Practice - Vectors

Higher Ed
The user is unfamiliar with the vector container, wishes to know more about them, and when to use them.

• Begin by introducing the user to the vector, discussing how it
works
• Inform the user of the pros and cons of...
Instructional Video4:12
Curated Video

Learn and Master C Programming - Pointers and Strings: Beware of Attempting to Modify Read-Only Memory!

Higher Ed
We will learn about strings and pointers and how to avoid pointer-related issues like access violation when we try to modify a string that is stored inside read-only (or write-protected) memory.
r/>
This clip is from the...
Instructional Video3:57
IDG TECHtalk

Using f-strings in Python to format output

Higher Ed
The f-string feature in Python lets you format output in strings by using convenient text templates. This walkthrough shows you the basics of how to use f-string formatting in your code.
Instructional Video7:59
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::sort

Higher Ed
The listener is new to algorithms and does not know about the sorting algorithms.

• Introduce the listener to the std::sort algo
rithm
• Show how it works and explain the different versions
available
• Reinforce the...
Instructional Video8:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Pass By Value: Primitives

Higher Ed
This video details how primitive arguments are handled in Java.
r/>
This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value...