Instructional Video3:29
Coto Japanese Academy

JLPT N5 Grammar: 〜のが好きです (How to say "I like doing..." in Japanese)

12th - Higher Ed
In this video, Yuka-sensei will introduce you to the grammar point 〜のが好きです (~no ga suki desu) JLPT Level N5 Grammar Point. 〜のが好きです (~no ga suki desu) meaning: I like doing~
Instructional Video8:05
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Loading the Excel Data

Higher Ed
This video explains how to load the Excel data. This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Instructional Video5:24
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - All about passwords - Strength, Use and Transit

Higher Ed
Credentials Management: All about passwords - Strength, Use and Transit This clip is from the chapter "Credentials Management" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, very common source...
Instructional Video4:17
Curated Video

Describe an advanced data structure : Efficiently Counting Subarrays with a Given Sum

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video8:18
Rachel's English

Sounds Video: L

6th - Higher Ed
Learn the Sounds of American English! This video covers the L [l] Consonant. Perfect your American Accent!
Instructional Video9:32
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Type Casting

Higher Ed
All user input comes in as a string. But you can't compare apples to oranges, even if they're the same shape. Type casting lets us convert apples into oranges so we can make an accurate comparison. This clip is from the chapter...
Instructional Video11:42
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Mapping New Values

Higher Ed
This video explains mapping to new values. This clip is from the chapter "Transforming Columns/Features" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains transforming columns/features.
Instructional Video12:08
Extra English Practice

Pronunciation: Word Stress

9th - 12th
English pronunciation lesson explaining word stress. Includes game and practice activity.
Instructional Video2:35
Python Programmer

EDA Python - 15-2Dictionaries_comp_challenge

Higher Ed
A little challenge for you. Watch the first part of the video for the problem. Pause it before the solution is revealed and try solving it.
Instructional Video4:08
IDG TECHtalk

Python 3.10's new features: Better error reporting

Higher Ed
Python 3.10 makes use of the new parser introduced in Python 3.9 to deliver more detailed, informative, and accurate error messages for your code. See some examples in this video of how the new error messages make developing in Python...
Instructional Video6:41
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Importing Data with Client Libraries

Higher Ed
This video explains how to import data with client libraries. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...
Instructional Video7:00
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Pods with YAML

Higher Ed
In this video, we will learn about Pods with YAML. This clip is from the chapter "Kubernetes Concepts - Pods, ReplicaSets, Deployments" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we will work with...
Instructional Video7:46
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Plotly for 3D Interactive Plotting: Plotly 3D Interactive Scatter Plot

Higher Ed
In this video, we will cover Plotly 3D interactive scatter plot. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video3:53
Englishing

English Vocabulary Lesson on TAKE and BRING (take your books with you - bring some wine over)

9th - Higher Ed
This video is about the difference between the verbs to take vs. bring. The lesson is designed to give you an easy explanation by using simple examples in order to distinguish the differences among these verbs. Elementary students who...
Instructional Video5:18
Curated Video

Django3- Showing if a User is Logged In

Higher Ed
In this video, we will look at showing if a user is logged in. This clip is from the chapter "Site 3 - Todo Woo" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our...
Instructional Video11:00
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Playbooks- Variables

Higher Ed
This video explains how to use variables in Ansible. This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an introduction to playbooks...
Instructional Video8:44
Curated Video

REST APIs with Flask and Python - Unpacking Keyword Arguments

Higher Ed
This video demonstrates how to unpack keyword arguments. 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 refresh your Python...
Instructional Video3:42
Curated Video

Mastering Microsoft Word 365 - Spelling and Grammar check

Pre-K - Higher Ed
Maggie goes over the basics of making sure Word 365 documents are free of spelling and grammar errors.
Instructional Video12:55
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Welcome to OOP

Higher Ed
Object-Oriented Programming. It's basically just grouping variables and functions together. Actually, that's exactly what it is. No need to watch this video anymore. This clip is from the chapter "Advanced Python" of the series "Python...
Instructional Video13:56
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Lists, Tuples, Sets, Dictionaries, Booleans

Higher Ed
This video introduces you to Python data structures such as lists, tuples, sets, dictionaries, Booleans. This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This...
Instructional Video8:26
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Introduction to YAML

Higher Ed
In this video, we will see an introduction to YAML. This clip is from the chapter "YAML Introduction" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we are introduced to YAML and coding exercises.
Instructional Video6:17
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Demo – Pods with YAML

Higher Ed
In this video, we will see a demonstration on Pods with YAML. This clip is from the chapter "Kubernetes Concepts - Pods, ReplicaSets, Deployments" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we will...
Instructional Video10:14
Curated Video

I Act Out 20 Essential PHRASAL VERBS at Home

6th - Higher Ed
Here are more than 20 common and essential phrasal verbs you need to know! Sometimes we can avoid phrasal verbs by using a word that has a similar meaning, but there are some phrasal verbs which are very difficult to avoid. In this video...
Instructional Video3:49
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - How to Create Dictionaries at Runtime and Add Data to Them?

Higher Ed
This video demonstrates how to create dictionaries at runtime and add data to them. This clip is from the chapter "Understanding Python Data Types and Variables" of the series "Selenium Python Automation Testing from Scratch and...