Python Programmer
EDA Python - 07-2Stringmethods
Python is excellent at handling strings using methods. Here we look at some common, useful methods.
Curated Video
Predictive Analytics with TensorFlow 1.3: Installing Python in Windows
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
Curated Video
Data Science and Machine Learning with R - Vectors - Part Two
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...
Curated Video
How to Format Numbers in Excel with Color-Coding and Arrows
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - String methods, functions and import statements
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.
IDG TECHtalk
How to use arrays and slices in Go
Learn about working with arrays and slices, two variable types Go uses to create collections of similar objects.
Python Programmer
EDA Python - 08-1Lists_intro
Lists are a useful data structure in python. In this video we'll take our first look at them.
Curated Video
C++ Developer - Dynamic Memory - Part 2
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++.
Curated Video
TypeScript for Beginners - Map in action
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.
Curated Video
Create a list : Lists in Python
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.
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Tuples and Dictionaries
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...
Curated Video
The Full Stack Web Development - Variables, Arrays & Objects - Project using Arrays and Objects
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...
Curated Video
Create a Fortnite Themed PowerPoint Template
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...
Curated Video
Microsoft SQL Server Development for Everyone - Inserting Data into the Table Using an SQL Script
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...
Curated Video
Bash Shell Scripting- Simple Shell Script to verify the user is root or not and User is having sudo
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...
Curated Video
Core Java Programming Course- Regularizing Number Ranges
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...
APMonitor
Python π Lists and Tuples
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Multi- Dimensional Arrays
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.
Curated Video
Bash Shell Scripting- Advanced Usage of Grep Command
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.
R Programming 101
R programming for ABSOLUTE beginners
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Arrays
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Array Basics
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...
Curated Video
Django3- Dictionaries
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.