Hi, what do you want to do?
Curated Video
Complete Python Scripting for Automation - case (Lower, Upper etc...) conversion operations
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...
r/>
This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic...
Curated Video
Learn and Master C Programming - Pointers and Strings (2): Printing Out Vowels In a String
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...
r/>
This clip is from the chapter "Pointers" of the series "Learn...
Curated Video
Predictive Analytics with TensorFlow 1.3: Installing Python in Windows
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
β’ Ins<br/>tall python
β’ See<br/> the python data types
APMonitor
Python π Variables
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...
Curated Video
Learn and Master C Programming - Using 'strlen' function to get length of string
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...
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...
Music Matters
Orchestration & Writing for Strings - The Cello
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Add read functionality and utilize special and static methods
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:...
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3:...
Packt
Examples of Array List
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...
<
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...
Curated Video
Learn and Master C Programming - A quick overview of 'scanf' function
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...
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick...
Packt
Performing Web Table Sorting using Selenium JavaStreams
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...
<
br/>
This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver...
Curated Video
Complete Python Scripting for Automation - for loop to work with strings, list, tuple and dictionaries
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...
r/>
This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series...
Curated Video
Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)
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...
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...
Curated Video
Learn and Master C Programming - Using Malloc & Free In Our Code
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...
r/>
This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Arguments of main() function - Part 1
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"...
r/>
This clip is from the chapter "Strings"...
Curated Video
Complete Python Scripting for Automation - join, center and zfill (zero fill)
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...
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...
Curated Video
Bash Shell Scripting - String Comparison Operators
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.
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.
Curated Video
C++ 20 (2a) New Features - Associated Changes in Operator==
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...
β’ Test equality with defaulted three-way comparison ope
rator
β’ Test equality with custom three-way compariso
n operator
β’ Test...
Curated Video
The Modern JavaScript Bootcamp (2019) - Using Objects with Functions
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"...
r/>
This clip is from the chapter "JavaScript Objects"...
Python Programmer
EDA Python - 07-1Strings_and_print
How to work with words and letters (known as strings) in python. We also take a look at the print function.
Curated Video
Django3- Functions
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.
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.
ZooMoo
Kooki's Crafty Show Makes: Play it for me Kooki
Rock star Kooki jams on her spectacular cardboard guitar.
Packt
Brush-Up Basic Java Concepts -2
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...
<
br/>
This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics...
Curated Video
Create a list : Lists in Python
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.
This video explains how to use lists in Python.
Packt
Practice Exercise - Excel Driven Testing - 3
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...
<
br/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to...