Instructional Video2:56
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Encryption Using Asymmetric Keys

Higher Ed
In this video, we'll learn about encryption using asymmetric keys.
r/>
This clip is from the chapter "Encryption and Hashing Overview" of the series "SSL Complete Guide 2021: HTTP to HTTPS".This section will help you learn...
Instructional Video4:02
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Dictionary Comprehensions

Higher Ed
If you ever need to create a dictionary out of 2 lists (happens more than you'd think!), you might want to use a dictionary comprehension instead of writing all your dictionary key-value pairs manually.
r/>
This clip is from...
Instructional Video2:27
Curated Video

Python 3 for Beginners: Looping Through Dictionaries in Python

Higher Ed
In this video, you'll learn how to loop through items in a dictionary using different techniques in Python. The video explains the syntax and usage of the for loop in Python for dictionaries, as well as how to access the values of each...
Instructional Video6:26
Curated Video

Python 3 for Beginners: Working with Dictionaries

Higher Ed
This educational video explains the fundamentals of Python dictionaries, a data structure that holds key value pairs. The video goes into detail on how to create, access, modify, and delete items in a dictionary, as well as how to check...
Instructional Video15:04
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Word Count) - Spark RDDs

Higher Ed
Let's discuss the solution to the quiz from our previous lesson in this session.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Instructional Video7:46
Curated Video

Arduino for Beginners - 2022 Complete Course - Use a Switch Structure to Handle IR Commands

Higher Ed
This video explains using a switch structure to handle IR commands.
<
br/>
This clip is from the chapter "IR Remote Controller- Make Your Projects More Interactive" of the series "Arduino for Beginners - 2022 Complete Course".This...
Instructional Video2:20
Curated Video

Python for Machine Learning - The Complete Beginners Course - Visualizing the Dataset

Higher Ed
In this video, you will learn how to visualize the dataset.
<
br/>
This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about...
Instructional Video4:53
Curated Video

Practical Data Science using Python - Python Dictionaries 2

Higher Ed
This video explains item functions in Python dictionaries.<br<br/>/>

This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video13:23
Curated Video

Practical Data Science using Python - Pandas DataFrame 4

Higher Ed
This video explains concatenation in DataFrame.<br<br/>/>

This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video4:09
Curated Video

Python In Practice - 15 Projects to Master Python - Python Dictionaries

Higher Ed
This video explains dictionaries, key-value pairs, how to create dictionaries, how to create dictionaries with tuples as keys, accessing key-value pairs, accessing values in a dictionary, and accessing keys in a dictionary.
<
br/>...
Instructional Video9:04
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Understanding Clustering Depth and Cluster Overlap

Higher Ed
This video helps you in understanding clustering depth and cluster overlap.
<
br/>
This clip is from the chapter "Snowflake – Partitioning, Clustering, and Performance Optimization" of the series "Snowflake - Build and Architect...
Instructional Video4:28
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Benefits of Amazon SQS

Higher Ed
This video explains the benefits of Amazon SQS.
<
br/>
This clip is from the chapter "AWS SQS for Event-Driven Architecture with Queues" of the series "AWS Serverless Microservices with Patterns and Best Practices".This section...
Instructional Video8:36
Curated Video

Machine Learning Random Forest with Python from Scratch - Dictionaries

Higher Ed
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:18
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - DynamoDB: Key-Value Database

Higher Ed
This video explains DynamoDB: key-value database.
<
br/>
This clip is from the chapter "Create and Deploy Serverless Application Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section,...
Instructional Video8:43
Music Matters

Modulation using Diminished 7ths - Music Theory

9th - 12th
How to use a diminished 7th chord to modulate into a different key. Diminished 7ths are usually used as a means of adding harmonic colour and tension within the prevailing key. They can also be used as a means of modulation, which is...
Instructional Video8:31
Curated Video

REST APIs with Flask and Python - Dictionaries

Higher Ed
This video explains how useful dictionaries are in Python.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help...
Instructional Video5:03
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Looping Through Dictionaries

Higher Ed
Dictionaries aren't like lists or tuples, they can't be looped through as easily. But in Python, it's not hard at all! Let's learn how to loop through key/value pairs.
r/>
This clip is from the chapter "Intermediate Python" of...
Instructional Video15:04
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Finding Average-1

Higher Ed
In this session, we will try to calculate the average of a given dataset. We will start by writing a transformation flow that will take the CSV data file as input and provide us with the average of the movie ratings from the...
Instructional Video6:23
Curated Video

Arduino for Beginners - 2022 Complete Course - Step 8 - Unlock the App When Pressing on the Play Button

Higher Ed
This video explains step 8 - unlock the app when pressing on the play button.
<
br/>
This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This...
Instructional Video3:10
Curated Video

Docker Certified Associate Certification Training Course - Docker Content Trust (DCT)

Higher Ed
This video explains Docker Content Trust (DCT).<br<br/>/>

This clip is from the chapter "Docker Security" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains Docker security.
Instructional Video17:34
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Implementing Custom Driver - Part 2

Higher Ed
This video explains checkout method in cart service.
<
br/>
This clip is from the chapter "Custom Driver Concept" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about the...
Instructional Video11:06
Curated Video

DevOps Complete Course - Connecting to GitHub Using SSH

Higher Ed
This video explains connecting to GitHub using SSH.<br<br/>/>

This clip is from the chapter "Git and GitHub" of the series "DevOps Complete Course".This section focuses on Git and GitHub.
Instructional Video1:26
Curated Video

Python In Practice - 15 Projects to Master Python - hash( )

Higher Ed
This video explains the hash( ) function.<br<br/>/>

This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video3:51
Curated Video

Python In Practice - 15 Projects to Master Python - Dictionary Built-In Functions

Higher Ed
This video explains the dictionary built-in functions, how to perform dictionary functions, and basic operations with dictionaries.
<
br/>
This clip is from the chapter "Dictionary" of the series "Python in Practice - 15 Projects to...