Instructional Video5:43
Curated Video

Python 3 for Beginners: String Formatting and Input Methods

Higher Ed
In this educational video, you will learn how to use the format method in Python to efficiently format strings. The video covers the use of placeholders and format fields, and shows how to pass values to those fields using the format...
Instructional Video5:22
Curated Video

Beginning Python (Video 21)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video6:40
Curated Video

Next.js from Development to Deployment - Create Is Owner Policy for Events

Higher Ed
This video helps create Is Owner Policy for events. This clip is from the chapter "Authorization and Access" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the authorization...
Instructional Video9:28
Curated Video

Excel VBA Programming The Complete Guide - The Range.TextToColumns Method

Higher Ed
The Range.TextToColumns method splits a string based on a delimiter, a special symbol. In this lesson, we use this feature to separate several strings, applying a variety of delimiters (commas, spaces, even custom vertical pipes) along...
Instructional Video2:00
Curated Video

KS2 Primary Maths Age 9-13 - Calculations: Adding Decimals - Explained

3rd - 5th
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Instructional Video4:08
IDG TECHtalk

Python 3.10's new features: Better error reporting

Higher Ed
Python 3.10 makes use of the new parser introduced in Python 3.9 to deliver more detailed, informative, and accurate error messages for your code. See some examples in this video of how the new error messages make developing in Python...
Instructional Video0:50
Curated Video

Scientific Notation to Standard Notation

9th - 12th
In this short video we will answer a standardized test question by rewriting a value in scientific notation to standard form.
Instructional Video5:01
Curated Video

Solving Problems / English Grammar Lesson

Pre-K - Higher Ed
Solving Problems / English Grammar Lesson
Instructional Video8:20
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Box Shadows

Higher Ed
More CSS Concepts - Advanced Selectors, Animation & More: Box Shadows This clip is from the chapter "More CSS Concepts - Advanced Selectors, Animation & More" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In...
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 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 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...