Instructional Video10:27
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Holidays and Exogenous Regressors

Higher Ed
In this video, you will learn how to add holidays and exogenous regressors to our data. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this...
Instructional Video9:07
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Data Preparation

Higher Ed
In this video, we will work on data preparation with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Instructional Video7:49
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Dynamic Island Introduction

Higher Ed
This video introduces you to Dynamic Island and how it helps you keep track of tasks from or to the app. This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
Instructional Video9:25
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Stocks App Introduction and Model

Higher Ed
This video explains a stock app widget. This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the custom configuration widget.
Instructional Video7:55
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Installing and Troubleshooting a Motherboard

Higher Ed
Installing a motherboard into a case is part science and part art. Science comes first. The motherboard must match the case's form factor, and the motherboard and parts must be compatible. Then, the art: the subtle crafts of preparing...
Instructional Video6:05
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Virtual Memory

Higher Ed
Running out of memory is something we try to avoid. All operating systems use virtual memory (or RAM), a part of your mass storage set, to act as (very slow) memory in case your real memory runs out. This clip is from the chapter "Book...
Instructional Video6:12
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Touring a PC

Higher Ed
Learn the basic parts of a PC in this episode. This clip is from the chapter "Book Chapter 2 - The Visible Computer" of the series "CompTIA A+ Certification Core 1 (220-1101)".In this section, we will focus on Core 1: 3.0—hardware—and...
Instructional Video5:45
Curated Video

PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 2

Higher Ed
This is the second of the two-part video where you will work on a PowerShell script for a centralized solution to deal with restarting different services on different servers. This clip is from the chapter "Administering Planned Service...
Instructional Video5:05
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Saving the Results - Working with Files

Higher Ed
This video explains saving the results and working with files. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains...
Instructional Video1:10
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The With Statement

Higher Ed
This video explains the with statement. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains working with files in Python.
Instructional Video1:46
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Text File Modes

Higher Ed
This video explains text file modes. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains working with files in Python.
Instructional Video0:40
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Binary File Modes

Higher Ed
This video explains binary file modes. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains working with files in Python.
Instructional Video2:32
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Finally Block

Higher Ed
This video explains the finally block. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in robust...
Instructional Video3:54
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Touring Your Laptop Display

Higher Ed
Replacing a laptop monitor requires careful connectivity for the many internal components. Aside from the display, the laptop monitor can have a Wi-Fi antenna, webcam, touch screen sensors, and more. This clip is from the chapter "Book...
Instructional Video7:42
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Cloud Computing

Higher Ed
In this episode, Mike looks at the benefits of cloud computing (or moving virtual machines out onto the Internet). The cloud VMs enable benefits such as rapid elasticity and on-demand scaling, so you can quickly support any Internet...
Instructional Video6:00
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Firewalls and Servers

Higher Ed
In this episode, Mike begins the discussion of Application-layer protocols. Starting with a review of the interaction between IP packets and servers, the episode analyzes the functions of local and server-based firewalls. This clip is...
Instructional Video11:37
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Port Numbers

Higher Ed
An IP address directs a packet to the right computer, but it's the port number that makes a connection between two applications on separate systems. It's critical to understand how port numbers do their job and to memorize many special...
Instructional Video3:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generating AVRO Classes Using Maven

Higher Ed
In this video, we will code and generate AVRO classes using Maven. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video4:16
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Maven

Higher Ed
In this video, we will set up the base project for the coffeeshop order service using Maven. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts...
Instructional Video4:01
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Gradle

Higher Ed
In this video, we will set up the base project for the coffeeshop order service using Gradle. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Instructional Video2:50
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App - Maven

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:23
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Producer and Consumer Messages Using CLI

Higher Ed
In this video, you will learn to produce and consume messages using Docker Compose. This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video4:25
Curated Video

Social Media Automation using Python - Posting Photo with Caption

Higher Ed
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment. This clip is from the chapter "Facebook Automation" of the...