Hi, what do you want to do?
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Comparing Information
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...
<
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...
Curated Video
Recommender Systems with Machine Learning - Item-Based Filtering Data Preparation
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...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Bot Finishing
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...
<
br/>
This clip is from the chapter "Basics of Chatbots with...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Developing Results
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...
<
br/>
This clip is from the chapter "Basics of Chatbots...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code
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...
<
br/>
This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and...
Curated Video
The Complete Vue.js Course for Beginners - Vue.js Interpolation
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...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Classes
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...
<
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...
Curated Video
The Complete Vue.js Course for Beginners - If Else Condition
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...
<
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators
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...
<
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Do Loop
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...
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements
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"...
<
br/>
This clip is from the chapter "VBA Conditional Statements"...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Declaring Packer Variables
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Find Method / 074
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...
<
br/>
This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061
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...
<
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1
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...
<
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical Operators / 024
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...
<
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Else and Else If / 023
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...
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - If Statements / 022
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...
<
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Do While Loop / 021
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...
<
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Booleans and Comparisons / 015
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...
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical NOT / 025
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...
<
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Type Conversion / 017
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...
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Loose Versus Strict Comparison / 016
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...
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Data Types / 008
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...
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...