Instructional Video2:05
Curated Video

TypeScript for Beginners - Adding Comments

Higher Ed
This video demonstrates how to add comments.
r/>
This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use...
Instructional Video8:29
Curated Video

The Complete Practical Docker Guide - Creating New Mongo Database Using Mongo Shell

Higher Ed
This video demonstrates creating a new Mongo database using Mongo shell.
r/>
This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running MongoDB...
Instructional Video4:55
Curated Video

Docker for the Absolute Beginner - Hands-On - Docker PID - Demo

Higher Ed
Docker Engine, Storage, and Networking: Docker PID - Demo
r/>
This clip is from the chapter "Docker Engine, Storage, and Networking" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn...
Instructional Video5:10
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Programming Examples Using 'for' Loop

Higher Ed
This video provides programming examples using "for" loop.
r/>
This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains...
Instructional Video7:25
Curated Video

REST APIs with Flask and Python - List Comprehensions in Python

Higher Ed
This video explains the list comprehensions in Python.
r/>
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 that will help refresh...
Instructional Video9:23
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - String Practice Exercises

Higher Ed
This video presents a practice exercise on strings.
r/>
This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java,...
Instructional Video5:55
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 09 - Solution

Higher Ed
This video explains activity 09 - solution.
<
br/>
This clip is from the chapter "Time Functionalities- Improve Your Programs and Multitask" of the series "Arduino for Beginners - 2022 Complete Course".This section explains more...
Instructional Video17:54
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Step 4 (Arduino) - Get Commands from Serial and Execute Them

Higher Ed
In this video, we will work on step 4, where you will learn how to get commands from Serial and execute them.
<
br/>
This clip is from the chapter "Part 4 - Complete Intercom System (Final Project)" of the series "Raspberry Pi and...
Instructional Video6:59
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Sliding Window Efficient Implementation

Higher Ed
This video explains the implementation of sliding window efficiently.
<
br/>
This clip is from the chapter "YOLO" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on YOLO (You Only...
Instructional Video19:42
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 5

Higher Ed
This is fifth of the five-part video on implementation in NumPy BackwardPass.
<
br/>
This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section...
Instructional Video4:23
Curated Video

Practical Data Science using Python - Support Vector Machine Predictions

Higher Ed
This video explains Support Vector Machine predictions.
<
br/>
This clip is from the chapter "Advanced Classification Techniques – Support Vector Machine" of the series "Practical Data Science Using Python".This section explains...
Instructional Video1:30
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Visualizing the Training

Higher Ed
This video demonstrates visualizing the training.<br<br/>/>

This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Instructional Video4:55
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Set and Dictionary Comprehensions

Higher Ed
We will look at the for outer loop, inner loop, and run the code. You will learn to set values in the loop.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with...
Instructional Video1:34
Curated Video

MongoDB Tutorial for Beginners (2022) - stats() - Display Statistics of a Database

Higher Ed
Implement the stats() method in MongoDB. This method returns a document with statistics of the database like collections, views, objects, storageSize, indexes, indexSize, totalSize, and so on.
<
br/>
This clip is from the chapter...
Instructional Video6:08
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Import .csv

Higher Ed
This video explains how to import .csv files. You will learn how to import a .csv file to SAS.
<
br/>
This clip is from the chapter "Importing" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Instructional Video10:46
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Flexible Programming 1 - Combining multiple raw data files vertically

Higher Ed
A flexible way to concatenate a bunch of raw data files vertically. In this video, you will learn how to combine multiple raw data files vertically.
<
br/>
This clip is from the chapter "Advanced Techniques – Flexibilities and...
Instructional Video3:47
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Customize the Way You Sort

Higher Ed
This video explains how to customize the way you sort.
<
br/>
This clip is from the chapter "Practical Application of SAS SQL" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses...
Instructional Video4:23
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Column Input

Higher Ed
In this video, you will learn about column input, which has some advantages over list input. The author will cover what those advantages are!
<
br/>
This clip is from the chapter "Input Types and Informats + User-Defined Formats" of...
Instructional Video9:01
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Arrange, Random, and Reshape-Part 1

Higher Ed
In this video, we will cover arrange, random, and reshape-part 1.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and...
Instructional Video19:42
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Implementation in NumPy BackwardPass 5

Higher Ed
In this video, we will cover implementation in NumPy BackwardPass 5.
<
br/>
This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video14:09
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - String in Python: Indexing Strings

Higher Ed
In this video, we will cover indexing strings.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video11:47
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Executing the Test Cases at Package Level with Regex

Higher Ed
This video explains how to execute the test cases at package level with Regex.
r/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video9:44
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercise - 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)

Higher Ed
This video presents an example on inverted sequence pyramid logic program.
r/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with...
Instructional Video7:47
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Logic Program on Multi-Dimensional Arrays

Higher Ed
This video discusses about the multi-dimensional arrays.
r/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...