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 Video13:21
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, we will look at the code preparation we will use for NLP and understand it. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In...
Instructional Video11:06
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Producer

Higher Ed
In this video, we will code and produce the coffee order AVRO record to a Kafka topic. 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...
Instructional Video9:54
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Selecting Rows and Columns

Higher Ed
In this video, you will learn how to select rows and columns from a data frame. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk...
Instructional Video7:45
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Plotting Images

Higher Ed
In this video, you will learn how to plot images. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Instructional Video2:15
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Pandas Exercise

Higher Ed
In this video, we will have a look at the Pandas exercise that needs to be resolved on our own. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section,...
Instructional Video4:36
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Scatterplot

Higher Ed
In this video, you will learn about a scatterplot. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Instructional Video14:51
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matrices

Higher Ed
In this video, you will learn about matrices. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world of NumPy,...
Instructional Video12:46
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Arrays Versus Lists

Higher Ed
In this video, we will be comparing NumPy array to Python list. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into...
Instructional Video5:09
Curated Video

The Complete Vue.js Course for Beginners - Reuse Components

Higher Ed
In this video, we will discuss the reuse of components. You will learn to build a reusable component in Vue, which will be used to reuse it in Create or Edit or anywhere that requires the same code and functionality. This clip is from...
Instructional Video6:31
Curated Video

The Complete Vue.js Course for Beginners - For Loop Array of Objects

Higher Ed
In this video, we will talk about the use of for loop with arrays. We will do practical work related to for loops with arrays. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
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 Video3:47
Curated Video

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

Higher Ed
This video explains how to store some numbers in an array and then use a loop to print the amount of cells in the spreadsheet. This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA...
Instructional Video3:24
Curated Video

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

Higher Ed
This video explains arrays where you can store more than one value under the same name. This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains arrays, loops,...
Instructional Video2:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Each Loop

Higher Ed
This video explains the For Each loop that is normally used with collections and arrays, which helps you run one or more loops to cycle through. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course...