Instructional Video5:50
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Solution Create JSON

Higher Ed
In this video, we'll cover solution create JSON. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn about...
Instructional Video6:06
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - What is JSON

Higher Ed
In this video, we'll cover what is JSON. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn about JSON, JSON...
Instructional Video4:47
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Numbers

Higher Ed
One. Two. Three. Numbers have been a part of our lives since we were kids. Numbers are actually very important in programming (and in Python) these days. This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Instructional Video3:34
Curated Video

Non-Defining Relative Clauses - English Grammar Explained

Pre-K - Higher Ed
What are non-defining relative clauses? In this lesson, the English grammar is explained along with examples.
Instructional Video10:00
Curated Video

Writing Complex Sentences with Subordinating Conjunctions

K - 5th
In this video, the teacher explains the concept of complex sentences and how they can be used to clarify the relationship between ideas in writing. The teacher provides examples and guidance on using subordinating conjunctions to create...
Instructional Video6:31
Curated Video

REST APIs with Flask and Python - Lists, Tuples, and Sets

Higher Ed
This video explains three essential data structures in Python: lists, tuples, and sets. 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...
Instructional Video2:41
IDG TECHtalk

How to extract substrings: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn several ways to extract substrings on Linux.
Instructional Video5:25
Curated Video

Python 3 for Beginners: Python Functions - The Dry Concept

Higher Ed
In this educational video, we dive into the concept of Dry programming, which stands for don't repeat yourself. We explore how functions can be used in Python to reduce code repetition and increase program efficiency. You'll learn how to...
Instructional Video5:40
Curated Video

Vim Masterclass - Exercise Two - Essential Navigation Commands - Walkthrough

Higher Ed
This video demonstrates how to navigate inside a file using the Vi or Vim editor. This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
Instructional Video2:28
Curated Video

Learning Splunk - Advanced Searching Concepts: Rename – Making Table Headers More Accessible

Higher Ed
Understanding the rename command to make tables more presentable and user-friendly. • Learn when to use the rename command • Learn how to use quotes in the search interface to achieve the correct results • Create a table and modify the...
Instructional Video5:17
Curated Video

Intro To Python Programming - Python Dictionaries

Pre-K - Higher Ed
Dictionaries are a more complex data type that allows you to store key, value sets. You'll learn how to create and manipulate Tuples in this video.
Instructional Video4:51
Curated Video

Complete Modern C++ - Variadic Templates - Part II (C++11)

Higher Ed
In this video, we will take a deep dive into the internals of how variadic templates work. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...
Instructional Video4:21
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - User Lock Unlock JS

Higher Ed
In this video, we'll look at user lock unlock JS. This clip is from the chapter "User Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at user management.
Instructional Video2:46
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Tuple Unpacking

Higher Ed
We will look at unpacking the values or elements of a tuple. This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on various operators available in...
Instructional Video7:45
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Input and Put Functions

Higher Ed
If you want to convert your character variable to a numeric one (so you can do an analysis on that variable), you have to use the INPUT function. If you want to change a numeric variable to a character one, you have to use the PUT...
Instructional Video8:59
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Perform an Inner Join

Higher Ed
This video helps you understand how to perform an inner join. This clip is from the chapter "SAS SQL and Joining" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS SQL and...
Instructional Video6:28
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Perform a Full Join

Higher Ed
This video explains how to perform a full join. This clip is from the chapter "SAS SQL and Joining" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS SQL and joining.
Instructional Video14:05
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Lists

Higher Ed
This video explains about lists. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming with Python 3...
Instructional Video4:32
Curated Video

Python In Practice - 15 Projects to Master Python - Variable Names

Higher Ed
This video talks about the different variable names. This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on data types and variables.
Instructional Video4:57
Curated Video

The Complete Python Course - How to Create a Dictionary

Higher Ed
This video demonstrates how to create a dictionary in Python. This clip is from the chapter "Python – Dictionary" of the series "The Complete Python Course (2022)".This section discusses the dictionary or terminology used in Python and...
Instructional Video2:07
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - List

Higher Ed
In this chapter, we will look at the list datatype in Python. This clip is from the chapter "Lists" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates about lists in Python.
Instructional Video3:03
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Empty and One-Element Arrays

Higher Ed
In this video, you will learn how to create an empty and a single-element array. This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating an array,...
Instructional Video9:19
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Understanding SAS Functions

Higher Ed
The author will explain SAS functions. What are they? What can they do? What are arguments? This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Instructional Video2:58
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - TRIM Function (Want to Get Rid of Trailing Blanks?)

Higher Ed
The TRIM function copies your argument (or parameter) and gets rid of trailing blanks(space). This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...