Instructional Video11:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Command line/Terminal basics

Higher Ed
An introductory look at collections in Python This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video3:27
Python Programmer

EDA Python - 11-1Tuples

Higher Ed
Tuples are another way of organizing data in python. We cover them in this video.
Instructional Video9:39
Curated Video

Core Java Programming Course- Arrays in Java

Higher Ed
This video explains the different arrays in Java. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video14:33
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Pandas Data Structures Overview

Higher Ed
This video introduces you to Pandas data structures overview. This clip is from the chapter "Importing Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to importing data.
Instructional Video11:46
Curated Video

C++ Standard Template Library in Practice - Introduction to the STL

Higher Ed
The goal of this video is to bring the user up to speed with what the STL has to offer at a high level, so, we can begin to learn about it in the coming sections. It also serves as a reminder of how C++ templates work. • Learn about the...
Instructional Video9:53
Curated Video

Excel VBA Programming The Complete Guide - R1C1 Notation, Part I

Higher Ed
R1C1 notation is a different way of thinking about cells in Excel. Instead of using a letter for the column and a row for the number, R1C1 relies on numbers for both. In this lesson, we enable R1C1 notation in our Excel interface and...
Instructional Video13:35
Curated Video

Excel VBA Programming The Complete Guide - The MsgBox Method

Higher Ed
The MsgBox is a simple dialog box that prompts a user action or confirmation. In this lesson, we'll explore the syntax for the method as well as begin our discussion of inputs, parameters, and arguments. A parameter is the name given to...
Instructional Video10:58
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Removing Unnecessary Columns/Rows

Higher Ed
This video explains how to remove unnecessary columns/rows. This clip is from the chapter "Cleaning Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you how to clean the data.
Instructional Video3:17
Curated Video

TypeScript for Beginners - Regular Expressions

Higher Ed
In this video, you will get a brief introduction to regular expressions. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.
Instructional Video14:14
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Reading from and writing to files

Higher Ed
Detailed look at string concatenation, indexing and slicing This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video13:38
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Selecting Rows and Setting the Index (2)

Higher Ed
This video explains how to select rows and set the index part 2. 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 Video14:36
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Selecting Rows and Setting the Index (1)

Higher Ed
This video introduces you to selecting rows and setting the index part 1. 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 Video5:15
Curated Video

Introducing Ionic 2 (Video 8)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Instructional Video11:22
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Match Parenthesis To Check A Well Formed Expression

Higher Ed
Matching parenthesis to check for well-formed expressions helps us solve this using the stack we're already implemented. This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures & Algorithms in...
Instructional Video4:40
Curated Video

REST APIs with Flask and Python - Solution to Coding Exercise: Lists, Tuples, and Sets

Higher Ed
The video presents the solution to the "Lists, Tuples, and Sets" 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...
Instructional Video3:24
Curated Video

TypeScript for Beginners - String Indexed Array Interfaces

Higher Ed
This video demonstrates how to work with string indexed array interfaces. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Instructional Video15:32
Curated Video

Bash Shell Scripting- Regex-Part-3: Regex with special characters ( [] () and {} )

Higher Ed
This video shows how to use Regex with ( [] () and {} ). This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video11:48
Curated Video

The Modern JavaScript Bootcamp (2019) - The Spread Syntax

Higher Ed
In this video, you’re going to learn about the spread syntax. The spread syntax gives you a way to expand an array into its individual values. This can be used when calling a function or when creating an array. This clip is from the...
Instructional Video15:40
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Cleaning Text

Higher Ed
This video explains cleaning text. This clip is from the chapter "Cleaning Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you how to clean the data.
Instructional Video13:29
Curated Video

Bash Shell Scripting- simple if and if-else conditional statement

Higher Ed
This video shows how to use the simple if and if-else conditional statement. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers...
Instructional Video7:55
Curated Video

Excel VBA Programming The Complete Guide - R1C1 Notation, Part II

Higher Ed
In this lesson, we continue to expand on the R1C1 concepts introduced in the past lesson by applying them to several real-life examples. This clip is from the chapter "Range References" of the series "Excel VBA Programming–The Complete...
Instructional Video10:39
Curated Video

The Complete React Developer Course (with Hooks and Redux) - ES6 Array Destructuring

Higher Ed
In this video you'll learn about ES6 Array Destructuring. It's a way to create variables based on items in an array. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This...
Instructional Video10:24
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Subsetting Both Rows and Columns

Higher Ed
This video introduces you to subsetting both rows and 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 Video11:11
Curated Video

Learn Go in 3 Hours - Strings, Runes, and Arrays

Higher Ed
Go has built-in string and array value types, and a character type called a rune. These are different than the implementations in other languages. • This video covers how to work with strings and arrays, and the relationship between...