Curated Video
Beginning Python (Video 7)
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...
Curated Video
Design test cases to verify a computer program : Unit Tests
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!...
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Flow Control
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Immutable Strings
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...
Curated Video
Excel VBA Programming The Complete Guide - Iterating over a Range of Cells with For Each
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...
Mazz Media
Bingo's Lingo- Beginning Phonics
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...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Navbar - Part 2 – Dropdown
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
Curated Video
Microsoft Word: A Guide to Sentence Case and Capitalization
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js
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
Curated Video
The Full Stack Web Development - Create Tables, Columns and Insert Data
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...
Curated Video
Alteryx for Beginners - Data Cleansing Tool - Part 2
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.
Curated Video
Bash Shell Scripting- Basic String operations
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - ECDHE - Elliptic Curve Diffie Hellman Exchange
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...
Curated Video
Vim Masterclass - Exercise Ten - Visual Mode - Walkthrough
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.
Curated Video
Vim Masterclass - Visual Mode - Part 1
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.
Curated Video
Django3- Using Form Data
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Nesting Components
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Selection Control Statements
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Elliptic Curve Discrete Log Problem
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.
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Renaming Columns
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.
Curated Video
Next.js from Development to Deployment - Search Results Components
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
Curated Video
The Full Stack Web Development - Node MongoDB Driver - Part 2
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Variables in Action
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...
Curated Video
Excel VBA Programming The Complete Guide - VBA Functions, Part I
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...