Instructional Video6:19
Python Programmer

EDA Python - 07-2Stringmethods

Higher Ed
Python is excellent at handling strings using methods. Here we look at some common, useful methods.
Instructional Video6:57
Curated Video

Predictive Analytics with TensorFlow 1.3: Installing Python in Windows

Higher Ed
This video will first explain the installing and getting started with python. We will then see python data types, strings, lists, tuples, dictionary, sets and functions. β€’ Install python β€’ See the python data types
Instructional Video24:52
Curated Video

Data Science and Machine Learning with R - Vectors - Part Two

Higher Ed
This video explains how to interact with R using vectors. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data...
Instructional Video7:57
Curated Video

How to Format Numbers in Excel with Color-Coding and Arrows

Pre-K - Higher Ed
This tutorial demonstrates how to format numbers in Microsoft Excel without using conditional formatting. It shows how to display positive numbers in black with an up arrow and negative numbers in red with a down arrow. By utilizing the...
Instructional Video18:23
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - String methods, functions and import statements

Higher Ed
Working with dictionaries, sets and tuples 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:18
IDG TECHtalk

How to use arrays and slices in Go

Higher Ed
Learn about working with arrays and slices, two variable types Go uses to create collections of similar objects.
Instructional Video9:04
Python Programmer

EDA Python - 08-1Lists_intro

Higher Ed
Lists are a useful data structure in python. In this video we'll take our first look at them.
Instructional Video17:34
Curated Video

C++ Developer - Dynamic Memory - Part 2

Higher Ed
This is the second part of a two-part video that explains dynamic memory. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video5:55
Curated Video

TypeScript for Beginners - Map in action

Higher Ed
In this video, you will learn about map in action. 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 Video8:06
Curated Video

Create a list : Lists in Python

Higher Ed
From the section: Introduction to Python. This section will give you a brief introduction to the course. This video explains how to use lists in Python.
Instructional Video6:09
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Tuples and Dictionaries

Higher Ed
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Instructional Video14:32
Curated Video

The Full Stack Web Development - Variables, Arrays & Objects - Project using Arrays and Objects

Higher Ed
Basic JavaScript Concepts: Variables, Arrays & Objects - Project using Arrays and Objects This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of...
Instructional Video22:20
Curated Video

Create a Fortnite Themed PowerPoint Template

Pre-K - Higher Ed
This tutorial demonstrates how to create a custom theme in PowerPoint inspired by the popular computer game Fortnite. It covers topics such as creating and manipulating shapes, layering them correctly, cropping shapes, and using the...
Instructional Video15:03
Curated Video

Microsoft SQL Server Development for Everyone - Inserting Data into the Table Using an SQL Script

Higher Ed
This video explains how to insert data into the table using an SQL script. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate...
Instructional Video10:47
Curated Video

Bash Shell Scripting- Simple Shell Script to verify the user is root or not and User is having sudo

Higher Ed
This video shows how to use the simple shell script to verify the user is root or not and User is having sudo. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash...
Instructional Video10:02
Curated Video

Core Java Programming Course- Regularizing Number Ranges

Higher Ed
This video explains how to regularize number ranges. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions...
Instructional Video20:44
APMonitor

Python 🐍 Lists and Tuples

10th - Higher Ed
Lists are a way of storing a sequence of values and possibly different types of information in just one variable. They are created with square brackets [ ]. Tuples are similar to a list but the sequence of values is immutable (can't be...
Instructional Video4:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Multi- Dimensional Arrays

Higher Ed
A multi-dimensional array holds one or more arrays. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store information.
Instructional Video26:29
Curated Video

Bash Shell Scripting- Advanced Usage of Grep Command

Higher Ed
This video delves deeper into the advanced usage of the grep command. This clip is from the chapter "Grep command" of the series "Complete Bash Shell Scripting".This section covers the usage of the Grep command.
Instructional Video13:22
R Programming 101

R programming for ABSOLUTE beginners

Higher Ed
R programming for beginners is meant to introduce you to R programming without the stress. Using R for statistical analysis and data science is becoming increasingly popular. At first, using R and R studio might seem a little...
Instructional Video11:16
Curated Video

Complete Java SE 8 Developer Bootcamp - Arrays

Higher Ed
Arrays are capable of holding multiple primitives and objects that are of same polymorphic type. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of...
Instructional Video12:43
Programming Electronics Academy

Using Arrays with Arduino

Higher Ed
Using Arrays with Arduino
Instructional Video13:22
Curated Video

The Modern JavaScript Bootcamp (2019) - Array Basics

Higher Ed
In this video, you’re going to learn the basics of JavaScript arrays. You’ll learn how to create new arrays and how to read items from your arrays. This clip is from the chapter "Arrays" of the series "The Modern JavaScript Bootcamp...
Instructional Video4:02
Curated Video

Django3- Dictionaries

Higher Ed
In this video, we will look at dictionaries. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.