Instructional Video6:42
Curated Video

Beginning Python (Video 7)

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 Video12:11
Curated Video

Design test cases to verify a computer program : Unit Tests

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Unit tests let you test your code. You should actually try to break your own code!...
Instructional Video3:09
Curated Video

REST APIs with Flask and Python - Solution to Coding Exercise: Flow Control

Higher Ed
This video provides the solution to the "Flow Control" Python coding exercise. 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 will...
Instructional Video6:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Immutable Strings

Higher Ed
Here you'll learn why Strings are immutable and how we handle this restriction in our programs. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings...
Instructional Video6:53
Curated Video

Excel VBA Programming The Complete Guide - Iterating over a Range of Cells with For Each

Higher Ed
The For Each construct can also be used to iterate over a range of cells. Each object iterated over will be a single cell, itself a Range object. In this lesson, we iterate over and modify the values in a single column. This clip is from...
Instructional Video12:08
Mazz Media

Bingo's Lingo- Beginning Phonics

6th - 8th
This video was designed to help children learn the alphabetic principle — the idea that letters represent the sounds of spoken language — and that there is an organized, logical, and predictable relationship between written letters and...
Instructional Video8:08
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Navbar - Part 2 – Dropdown

Higher Ed
Project 2 - Furniture Store (Based on CSS Grid): Navbar - Part 2 – Dropdown This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".null
Instructional Video8:56
Curated Video

Microsoft Word: A Guide to Sentence Case and Capitalization

Pre-K - Higher Ed
In this video tutorial, the instructor demonstrates how to apply case changes to text in Microsoft Word. By utilizing the change case tool, viewers are guided through converting text to sentence case, lowercase, uppercase, and capitalize...
Instructional Video6:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js

Higher Ed
In this video, we will learn how to develop multiple node packages into one big codebase. • Understand what a monorepo is and install Lerna.js • Create multiple packages • Use these multiple packages
Instructional Video10:06
Curated Video

The Full Stack Web Development - Create Tables, Columns and Insert Data

Higher Ed
Database Design using MySQL: Create Tables, Columns and Insert Data This clip is from the chapter "Database Design using MySQL" of the series "The Full Stack Web Development".For databases, we are going to have a few relational databases...
Instructional Video3:38
Curated Video

Alteryx for Beginners - Data Cleansing Tool - Part 2

Higher Ed
This is the second part of the two-part video that explains how to use the Data Cleansing tool in Alteryx. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video11:25
Curated Video

Bash Shell Scripting- Basic String operations

Higher Ed
This video explains basic string operations. This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash Shell Scripting".This section covers the various operations to write Bash shell...
Instructional Video5:47
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - ECDHE - Elliptic Curve Diffie Hellman Exchange

Higher Ed
In this video, we'll learn about ECDHE - Elliptic Curve Diffie Hellman Exchange. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and...
Instructional Video5:05
Curated Video

Vim Masterclass - Exercise Ten - Visual Mode - Walkthrough

Higher Ed
This video presents an exercise to practice how to use Vim's visual mode. This clip is from the chapter "Visual Mode" of the series "Vim Masterclass".This section explains the visual mode of Vim.
Instructional Video13:07
Curated Video

Vim Masterclass - Visual Mode - Part 1

Higher Ed
This video is the first video of a two-part series that explains the visual mode of Vim. This clip is from the chapter "Visual Mode" of the series "Vim Masterclass".This section explains the visual mode of Vim.
Instructional Video6:26
Curated Video

Django3- Using Form Data

Higher Ed
In this video, we will look at using form data. This clip is from the chapter "Site 1 - Password Generator" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project...
Instructional Video5:42
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Nesting Components

Higher Ed
In this video you'll learn how you can create a React component that renders another React component. This clip is from the chapter "React Components" of the series "The Complete React Developer Course (with Hooks and Redux)".This...
Instructional Video20:39
Curated Video

The Complete Java Developer Course: From Beginner to Master - Selection Control Statements

Higher Ed
This video explains about the selection control statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video3:27
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Elliptic Curve Discrete Log Problem

Higher Ed
In this video, we'll learn about elliptic curve discrete log problem. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Instructional Video7:43
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Renaming Columns

Higher Ed
This video explains how to rename columns. This clip is from the chapter "Exploring Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to exploring data.
Instructional Video9:18
Curated Video

Next.js from Development to Deployment - Search Results Components

Higher Ed
This video explains the search results components. This clip is from the chapter "Search, Caching Posts, and Deployment" of the series "Next.js from Development to Deployment: Build a Music Event Website".null
Instructional Video8:47
Curated Video

The Full Stack Web Development - Node MongoDB Driver - Part 2

Higher Ed
Backend programming with Node.js: Node MongoDB Driver - Part 2 This clip is from the chapter "Backend programming with Node.js" of the series "The Full Stack Web Development".In this section, we work with the backend technology like...
Instructional Video8:19
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Variables in Action

Higher Ed
In this video, we'll cover JavaScript variables in action. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Instructional Video9:31
Curated Video

Excel VBA Programming The Complete Guide - VBA Functions, Part I

Higher Ed
The VBA object includes many helper methods to assist the developer with common utility operations. In this lesson, we explore the LCase, UCase, Len, Trim, and InStr methods for working with strings. This clip is from the chapter...