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 Video8:03
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Introduction and Outline

Higher Ed
In this video, we will get introduced to the course and understand the learning objective. This clip is from the chapter "Welcome and Logistics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".Welcome...
Instructional Video1:08
Curated Video

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

Higher Ed
In this video, we will have a look at the SciPy exercise that needs to be resolved on our own. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we...
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 Video1:44
Curated Video

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

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

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Suggestion Box

Higher Ed
In this video, we will have a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Instructional Video1:01
Curated Video

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

Higher Ed
In this video, we will look at the NumPy exercise that must be resolved on our own. 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,...
Instructional Video3:44
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Solving Linear Systems

Higher Ed
In this video, we will work on solving an example problem to understand linear systems. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the...
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 Video3:02
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Speed Test

Higher Ed
In this video, we will do a speed test to measure how much faster NumPy is than regular Python list in terms of the dot product. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and...
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:33
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - NumPy Section Introduction

Higher Ed
In this video, we will have a quick overview of NumPy. 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...
Instructional Video3:33
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Course Resources

Higher Ed
In this video, we will guide to the course resources. This clip is from the chapter "Welcome and Logistics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".Welcome to the course! In this section, we...
Instructional Video4:12
Curated Video

Getting Started with HashiCorp Nomad - Demo - Using the Nomad CLI

Higher Ed
This demonstration explains the Nomad CLI and uses the CLI to interact with export tokens and export the Nomad address to the local Nomad instance. We will also set up DNS addresses to interact with our Nomad instance. We will also look...
Instructional Video3:14
Curated Video

Getting Started with HashiCorp Nomad - Demo - Secure Gossip Encryption

Higher Ed
We will continue securing our Nomad infrastructure in this demonstration by enabling gossip encryption on our servers. We will modify our configuration file, define the server configuration, and add the encrypt parameter. This clip is...
Instructional Video9:47
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Configuring Auth Methods Using the CLI

Higher Ed
This is a lab video on configuring Auth methods using the CLI. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on comparing authentication...
Instructional Video9:24
Curated Video

Oracle Database Administration from Zero to Hero - Creating PDBs (Part 2 of 2)

Higher Ed
In this video, we will continue our exploration of creating Pluggable Databases (PDBs). You will learn additional techniques, including creating PDBs using the CREATE PLUGGABLE DATABASE statement, creating PDBs from the Seed Container,...
Instructional Video9:53
Curated Video

Oracle Database Administration from Zero to Hero - Creating PDBs (Part 1 of 2)

Higher Ed
In this video, we will cover the process of creating Pluggable Databases (PDBs). You will understand the prerequisites for PDB creation and explore methods such as using DBCA and SQL Developer to create PDBs. This clip is from the...
Instructional Video12:23
Curated Video

Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 2 of 2)

Higher Ed
In this video, we will demonstrate how to effectively use Oracle database documentation to find relevant information and solutions to various database administration scenarios. You will learn how to navigate and utilize the documentation...
Instructional Video8:59
Curated Video

Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 1 of 2)

Higher Ed
In this video, we will explore common Oracle database documentation books and their usage. You will learn about valuable resources that can enhance your understanding of Oracle database and assist you in your administrative tasks. This...
Instructional Video4:40
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Querying Data Dictionary

Higher Ed
In this Practice video, you will learn how to retrieve specific information about an Oracle database by querying dynamic performance views and data dictionary views. You will gain hands-on experience in extracting meaningful insights...
Instructional Video7:34
Curated Video

Oracle Database Administration from Zero to Hero - Database Initialization Parameters (Part 2 of 2)

Higher Ed
In this video, we will dive deeper into database initialization parameters. We will explore the attributes associated with these parameters and cover topics such as creating PFILE (parameter file) and SPFILE (server parameter file). This...
Instructional Video6:53
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Starting Up and Shutting Down DB Instances

Higher Ed
In this Practice video, you will gain hands-on experience with starting up and shutting down Oracle database instances. We will explore different startup and shutdown modes commonly used in Oracle databases. This clip is from the chapter...
Instructional Video11:18
Curated Video

Oracle Database Administration from Zero to Hero - Creating an Oracle Database (Part 3 of 3)

Higher Ed
In this video, we will continue the process of creating an Oracle database by exploring topics such as responding to the DBCA window, working with sample schemas, dropping Oracle databases, and following guidelines for creating Oracle...