Instructional Video7:51
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Comparing Information

Higher Ed
This video explains comparing information in Python.
<
br/>
This clip is from the chapter "Comparing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains comparing...
Instructional Video13:01
Curated Video

Recommender Systems with Machine Learning - Item-Based Filtering Data Preparation

Higher Ed
This video explains and demonstrates item-based filtering data preparation.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section...
Instructional Video9:08
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Bot Finishing

Higher Ed
After setting all elements of the chatbot, we will complete the bot by inputting queries and data and receiving responses from the chatbot based on the question placed.
<
br/>
This clip is from the chapter "Basics of Chatbots with...
Instructional Video8:11
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Developing Results

Higher Ed
We will now test the chatbot for response generation and verify that the chatbot is working perfectly. We will assess the results based on the data input and the response.
<
br/>
This clip is from the chapter "Basics of Chatbots...
Instructional Video14:49
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code

Higher Ed
In this video, we will practice all that we have learnt in the previous video about classification.
<
br/>
This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and...
Instructional Video7:40
Curated Video

The Complete Vue.js Course for Beginners - Vue.js Interpolation

Higher Ed
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js
<
br/>
This clip is from the chapter...
Instructional Video3:51
Curated Video

The Complete Vue.js Course for Beginners - Dynamic Classes

Higher Ed
In this video, we will look at how we can dynamically overwrite classes in Vue.js.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic...
Instructional Video4:33
Curated Video

The Complete Vue.js Course for Beginners - If Else Condition

Higher Ed
In this video, we will discuss the if-else condition using a code.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with...
Instructional Video4:56
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators

Higher Ed
This video explains logical operators in VBA such as AND, OR, NOT.
<
br/>
This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains the...
Instructional Video5:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Do Loop

Higher Ed
This video explains the Do Loop that allows the user to repeat a certain process in a macro.
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Instructional Video2:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements

Higher Ed
This video explains If statements in Excel VBA using an example where if the input is less than 10, the condition will be satisfied or else it won't show an output.
<
br/>
This clip is from the chapter "VBA Conditional Statements"...
Instructional Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Declaring Packer Variables

Higher Ed
Before we discuss values in Packer, we will first understand the concept of declaring variables, which can be declared and defined in a “.pkrsvars.hcl” file. Or an “auto.pkrsvars.hcl” file or any other file name referenced when...
Instructional Video4:17
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Find Method / 074

Higher Ed
This video explains the find method, which helps find a number or data and return it.
<
br/>
This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video8:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061

Higher Ed
This video explains how to validate the input from the user using RegEx patterns.
<
br/>
This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video7:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1

Higher Ed
This video explains ternary operator in JavaScript.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops in...
Instructional Video13:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical Operators / 024

Higher Ed
This video explains logical operators in JavaScript along with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video10:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Else and Else If / 023

Higher Ed
This video explains how to execute two separate conditions in one loop—Else and Else If.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video5:34
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - If Statements / 022

Higher Ed
This video explains if condition in JavaScript along with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video4:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Do While Loop / 021

Higher Ed
This video explains do while loop in JavaScript along with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video14:50
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Booleans and Comparisons / 015

Higher Ed
This video explains the Boolean and comparison data types in JavaScript with an example.
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video3:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical NOT / 025

Higher Ed
This video explains the logical operator NOT in JavaScript with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video8:38
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Type Conversion / 017

Higher Ed
This video explains type conversion where you will be able to convert data types from string to number or number to string.
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to...
Instructional Video5:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Loose Versus Strict Comparison / 016

Higher Ed
This video explains the difference between loose and strict comparison along with an example.
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video6:56
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Data Types / 008

Higher Ed
This video explains data types in JavaScript such as string, object, condition, and more.
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...