Instructional Video3:51
Curated Video

Star Wars Art Project: Empire vs. Rebellion Painting

Pre-K - Higher Ed
May The Fourth Be With You! Celebrate Star Wars Day with this creative art project, perfect for Jedi and Sith Lords alike. In this video, our Star Wars expert Jedi Jessie uses two canvases and some paint to create a unique Star Wars...
Instructional Video3:51
Curated Video

Summer Project: Make A Paper Suncatcher

Pre-K - Higher Ed
Summer is just around the corner! If you’re looking for a fun way to celebrate the warmer weather in an artistic way, check out this video where Jessie shows you how to make a Paper Suncatcher. In this video tutorial, Jessie uses a...
Instructional Video4:50
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity Check - Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video4:20
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity Check - Project 2: Microsoft Corporation Stock Prediction Using RNNs

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section...
Instructional Video8:33
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity Check - Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video8:05
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity in Time Series

Higher Ed
This video talks about stationarity in time series. It is nothing but a series whose properties do not depend on the time at which the series is observed. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the...
Instructional Video4:50
Packt

Stationarity Check

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video8:09
Packt

Dataset Division

Higher Ed
This video explains how to do dataset division. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses...
Instructional Video8:05
Packt

Stationarity in Time Series

Higher Ed
This video talks about stationarity in time series. It is nothing but a series whose properties do not depend on the time at which the series is observed. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the...
Instructional Video4:20
Packt

Stationarity Check

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section...
Instructional Video3:15
Rock 'N Learn

NT Ending Blend Song and Practice

K - 5th
This animated phonics song helps children learn the sound of the ending consonant blend NT in English. A blend is a combination of letters where each letter makes its own sound. The sounds of the letters are blended together. Fun...
Instructional Video7:19
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on program to Serialize and Deserialize Objects in Java

Higher Ed
In this video, we will apply our knowledge of serialization and deserialization through hands-on exercises. This video will guide us through coding tasks that involve serializing Java objects into a byte stream, writing them to a file,...
Instructional Video11:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Exception Handling

Higher Ed
In this video, we will explore creating and handling custom exceptions in Java. We will look at a demonstration on how to define custom exception classes, throw and catch them, and handle exceptional scenarios specific to your...
Instructional Video4:32
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Finally Block in Exception Handling - part-1

Higher Ed
In this video, we will gain practical experience with the final block through hands-on exercises and learn to use the final block to clean up resources, perform cleanup operations, and handle exceptional situations effectively. This clip...
Instructional Video2:03
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Index Out of Bound Exception handling

Higher Ed
In this video, we will explore the handling of array index out-of-bounds exceptions, which occur when attempting to access elements outside the valid index range of an array, safely accessing array elements, and handling exceptions when...
Instructional Video14:47
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Map and its Uses

Higher Ed
In this video, we will learn about the Map interface and its implementations, HashMap, in the Collection Framework. We will create and work with key-value pairs, perform operations like adding, retrieving, and removing elements from a...
Instructional Video3:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Set and Hashset in Collection Framework

Higher Ed
In this video, we will explore the Set interface and its HashSet implementation in the Collection Framework. We will learn about creating and manipulating sets, demonstrating their unique property of containing unique elements and their...
Instructional Video3:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList

Higher Ed
In this video, we will learn how to use generics to create type-safe collections in Java, define and use ArrayLists with specified data types, ensure compile-time type checking, and enhance code readability and maintainability. This clip...
Instructional Video5:13
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Raw ArrayList with Mixed Datatype elements

Higher Ed
In this video, we will gain hands-on experience with the ArrayList class, one of the implementations of the List interface in the Collection Framework, coding tasks that involve creating and manipulating an ArrayList with mixed datatype...
Instructional Video3:49
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with CompareTo method in String

Higher Ed
In this video, we will deepen our understanding of string comparison by working with the compareTo method, how to use the compareTo method to compare strings lexicographically, helping you understand how strings are ordered and sorted....
Instructional Video3:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing

Higher Ed
This video will explore wrapper classes, autoboxing, and unboxing into practice with hands-on exercises. We will understand coding tasks that involve creating wrapper class objects, performing autoboxing and unboxing operations, and...
Instructional Video5:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples

Higher Ed
In this video, we will gain hands-on experience with arrays through practical examples and exercises demonstrating how to manipulate array elements, search for specific values, perform sorting operations, and more. This clip is from the...
Instructional Video4:55
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Inner Class and Object of Inner Class in Java

Higher Ed
In this video, we will discover inner classes and their role in Java programming, how they can encapsulate related functionality within a class, and how to create objects of inner classes. This clip is from the chapter "Polymorphism,...
Instructional Video1:58
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Ternary Operator in Java

Higher Ed
This video will explore a concise and powerful ternary operator in Java programming. This video will introduce you to the syntax and usage of the ternary operator, allowing you to make quick conditional decisions within a single line of...