Instructional Video8:19
Curated Video

Complete Python Scripting for Automation - case (Lower, Upper etc...) conversion operations

Higher Ed
Complete String Operations: case (Lower, Upper etc...) conversion operations
r/>
This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic...
Instructional Video4:41
Curated Video

Learn and Master C Programming - Pointers and Strings (2): Printing Out Vowels In a String

Higher Ed
We will write a function called PrintVowels to learn how to process strings using pointers and practice with pointer arithmetic and contents of pointers...etc.
r/>
This clip is from the chapter "Pointers" of the series "Learn...
Instructional Video6:57
Curated Video

Predictive Analytics with TensorFlow 1.3: Installing Python in Windows

Higher Ed
This video will first explain the installing and getting started with python. We will then see python data types, strings, lists, tuples, dictionary, sets and functions.<br/>
β€’ Ins<br/>tall python
β€’ See<br/> the python data types
Instructional Video19:48
APMonitor

Python 🐍 Variables

10th - Higher Ed
Variables store information and are objects in Python. For example, if you wanted to keep a set temperature for an egg, you would type egg = 37.5 for Β°C or egg = 99.5 for Β°F. The first part tells what the variable will be called, and the...
Instructional Video4:41
Curated Video

Learn and Master C Programming - Using 'strlen' function to get length of string

Higher Ed
We will learn how to use 'strlen' function to get the length of a string in C/C++.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with...
Instructional Video7:35
Music Matters

Orchestration & Writing for Strings - The Cello

9th - 12th
A detailed look at the cello and how best to write for it. The Cello is one of the most expressive and versatile instruments in the orchestra and this orchestration video illustrates the various dimensions of Cello capability across a...
Instructional Video17:21
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Add read functionality and utilize special and static methods

Higher Ed
Wrap up our look at strings with some functions and methods available to string objects. Also investigate import statements and how they work
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3:...
Instructional Video5:24
Packt

Examples of Array List

Higher Ed
This video presents examples of Array List.
<
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 Advanced...
Instructional Video3:03
Curated Video

Learn and Master C Programming - A quick overview of 'scanf' function

Higher Ed
We will have a quick look at 'scanf' function and some of it’ type filed characters.
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick...
Instructional Video17:47
Packt

Performing Web Table Sorting using Selenium JavaStreams

Higher Ed
This video explains how to perform a web table sort using Selenium JavaStreams.
<
br/>
This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver...
Instructional Video11:16
Curated Video

Complete Python Scripting for Automation - for loop to work with strings, list, tuple and dictionaries

Higher Ed
Loops - for and while loops with break, continue and pass: for loop to work with strings, list, tuple and dictionaries
r/>
This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series...
Instructional Video3:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)

Higher Ed
The author shows you where you can find the Java SE 8 Javadoc, and how to use it.
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an...
Instructional Video9:11
Curated Video

Learn and Master C Programming - Using Malloc & Free In Our Code

Higher Ed
Learn why and how to use malloc / free to create a function to combine (concatenate) strings together in C/C++.
r/>
This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For...
Instructional Video8:44
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 1

Higher Ed
We will learn how to pass arguments to our main function from the command-line and also how to pass them from within visual studio and debug through the code to look at their values.
r/>
This clip is from the chapter "Strings"...
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)
r/>
This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on...
Instructional Video4:32
Curated Video

Bash Shell Scripting - String Comparison Operators

Higher Ed
This video focusses on string comparison operators.<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 Video4:15
Curated Video

C++ 20 (2a) New Features - Associated Changes in Operator==

Higher Ed
Verify that if we define three-way comparison then equality will not be defined for us.

β€’ Test equality with defaulted three-way comparison ope
rator
β€’ Test equality with custom three-way compariso
n operator
β€’ Test...
Instructional Video11:31
Curated Video

The Modern JavaScript Bootcamp (2019) - Using Objects with Functions

Higher Ed
In this lesson, you’re going to explore how you can use objects with functions. This includes calling functions with object arguments and returning objects from functions.
r/>
This clip is from the chapter "JavaScript Objects"...
Instructional Video9:53
Python Programmer

EDA Python - 07-1Strings_and_print

Higher Ed
How to work with words and letters (known as strings) in python. We also take a look at the print function.
Instructional Video6:05
Curated Video

Django3- Functions

Higher Ed
In this video, we will look at functions.<br/<br/>>

This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Instructional Video6:18
ZooMoo

Kooki's Crafty Show Makes: Play it for me Kooki

Pre-K - K
Rock star Kooki jams on her spectacular cardboard guitar.
Instructional Video8:32
Packt

Brush-Up Basic Java Concepts -2

Higher Ed
This is the second part of a three-part lecture that helps you brush up your Java concepts.
<
br/>
This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics...
Instructional Video8:06
Curated Video

Create a list : Lists in Python

Higher Ed
From the section: Introduction to Python. This section will give you a brief introduction to the course.<b<br/>r/>

This video explains how to use lists in Python.
Instructional Video10:00
Packt

Practice Exercise - Excel Driven Testing - 3

Higher Ed
This video presents the third part of the Excel driven testing practice exercise.
<
br/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to...