Instructional Video0:58
Curated Video

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

Higher Ed
This video explains processing information in Python. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in...
Instructional Video0:19
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Learning Objectives - Processing Information

Higher Ed
This video explains the learning objectives of the section. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process...
Instructional Video0:42
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Showing Output When Running Python

Higher Ed
This video explains showing output when running Python. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video6:07
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Strings

Higher Ed
This video explains strings in Python. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video4:58
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Numbers

Higher Ed
This video explains the different types of numbers in Python. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video3:19
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Variable Names

Higher Ed
This video explains variable names in Python and the rules to use them. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and...
Instructional Video4:12
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Objects and Variables

Higher Ed
This video explains objects and variables in Python using an example of Olympic results. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section...
Instructional Video0:15
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Learning Objectives - Storing Information

Higher Ed
This video explains the learning objectives of this section. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video1:22
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Writing Your First Python Program—Hello World

Higher Ed
This video explains writing your first Python program—Hello World. This clip is from the chapter "Getting Set Up" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to get started with...
Instructional Video1:15
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - How to Get Started with Replit

Higher Ed
This video explains how to get started with Replit. This clip is from the chapter "Getting Set Up" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to get started with Replit.
Instructional Video0:15
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Learning Objectives - Getting Set Up

Higher Ed
This video explains the learning objectives of this section. This clip is from the chapter "Getting Set Up" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to get started with Replit.
Instructional Video0:52
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Example

Higher Ed
This video explains an example of a software engineer working in a media company to support the development team. This clip is from the chapter "Introduction" of the series "Python Bootcamp in a Day - Python Programming for...
Instructional Video1:45
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - What Is Python?

Higher Ed
This video explains what Python is and the need for Python. This clip is from the chapter "Introduction" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section introduces you to the course and its...
Instructional Video0:15
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Learning Objectives - Introduction

Higher Ed
This video explains the learning objectives of the course. This clip is from the chapter "Introduction" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section introduces you to the course and its...
Instructional Video1:33
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Introduction

Higher Ed
This video is an introduction the course and what you can expect from the course. This clip is from the chapter "Introduction" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section introduces you to the...
Instructional Video4:30
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Predictions

Higher Ed
After checking our model for accuracy, we will make predictions of our results from the model we created. We will visualize the predictions using the test data. This clip is from the chapter "Advanced Chatbots with Deep Learning and...
Instructional Video1:36
Curated Video

Getting Started with HashiCorp Nomad - The Nomad UI

Higher Ed
After exploring the Nomad CLI, we will examine the Nomad user interface. We will understand how to view the Nomad infrastructure, jobs, tasks, evaluations, allocations, variables, and more. This clip is from the chapter "Interacting with...
Instructional Video3:35
Curated Video

Getting Started with HashiCorp Nomad - Demo - Installing Nomad on Windows

Higher Ed
In this lesson, you will learn to install Nomad on Windows OS. We will download the open-source Nomad binary from the Nomad website, unzip the .exe file, and run the .exe to install Nomad over Windows. This clip is from the chapter...
Instructional Video5:47
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays and the Split Function

Higher Ed
This video explains the split function where the string will be split into substrings using a delimiter. This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains...
Instructional Video7:19
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Multidimensional Arrays

Higher Ed
This video explains multidimensional arrays, which are made by adding a comma after the first number between round brackets of your array name, then adding another number. This clip is from the chapter "Arrays" of the series "The...
Instructional Video7:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Cell Property

Higher Ed
This video explains the Cell property used to reference the cells on your spreadsheets. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains loops...
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. 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 various...
Instructional Video3:56
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Message Box

Higher Ed
This video explains the message box or the msg box in Excel VBA. This clip is from the chapter "Subs and Functions" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains subs and functions in VBA.
Instructional Video2:29
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Subroutines

Higher Ed
This video explains a subroutine, which is a piece of code that performs a specific task described in the code but does not return a result or value. This clip is from the chapter "Subs and Functions" of the series "The Ultimate Excel...