Instructional Video5:24
Curated Video

Practical Linux Command Line 2.0 - Edit a File in the Terminal with Nano

Higher Ed
This video demonstrates editing a file in the terminal with Nano. This clip is from the chapter "Edit Files in the Terminal" of the series "Practical Linux Command Line 2.0".This section focuses on editing files in the terminal.
Instructional Video5:53
Music Matters

The Plagal Cadence - Music Theory

9th - 12th
Learn all about the plagal cadence, also known as the amen cadence, which chords it uses and how it sounds. Do you want to know about the plagal cadence? What is a plagal cadence? Where would you use a plagal cadence? How can you hear a...
Instructional Video2:16
Curated Video

TypeScript for Beginners - Strings

Higher Ed
This video introduces you to strings. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use them.
Instructional Video10:13
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Writing Our Main Activity Part 2 "Diaper Tracker App"

Higher Ed
In this video, we will be writing our main activity part 2. This clip is from the chapter "Diaper Tracker App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build an app called the...
Instructional Video7:50
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Parallel Arrays/ArrayLists

Higher Ed
This video is the first project of this section where you would prompt the user to enter name and age of 5 individuals. You will then print this data in the form of a statement. This clip is from the chapter "Arrays and ArrayLists" of...
Instructional Video10:12
Curated Video

CompTIA A+ Certification 220-1001: The Total Course - USB Standards

Higher Ed
The Universal Serial Bus (USB) interface is the main peripheral interface these days. Make sure you’re aware of different USB standards as well as the different types of USB connectors. This clip is from the chapter "Essential...
Instructional Video5:06
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 09 - Solution

Higher Ed
This is the ninth activity solution video to create a new Python script from the Terminal. This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses...
Instructional Video8:48
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Python Useful function: Python Function- Input

Higher Ed
In this video, we will cover Python function- Input. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video11:09
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Handling Ajax/Mouse Interactions

Higher Ed
This video explains how to handle Ajax/mouse interactions. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:12
Curated Video

033 The Receptive Field of a Ganglion Cell

Higher Ed
In this episode, I talk about receptive field of ganglion cells, showing how rods and cones are connected to bipolar cells that are then connected to Ganglion cells. The more bipolar cells you have connected to Ganglion cells, the larger...
Instructional Video6:56
Curated Video

CompTIA A+ Certification 220-1001: The Total Course - Beyond Wi-Fi

Higher Ed
The 80 2.11 standard isn’t the only wireless out there today. Standards such as Bluetooth, RFID and even infrared also need the support of good techs. This clip is from the chapter "Wireless Networking" of the series "CompTIA A+...
Instructional Video10:17
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Work with Python from the Terminal

Higher Ed
This video demonstrates working with Python from the Terminal. This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on Python 3 and the Terminal.
Instructional Video8:51
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Edit Files from the Terminal with Nano

Higher Ed
This video demonstrates editing files from the Terminal with Nano. This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the usage...
Instructional Video1:22
Curated Video

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

Higher Ed
This video explains the ascii( ) function. 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 Video6:56
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - while Statements

Higher Ed
You will learn about the while loop operation where a code executes until the condition holds true. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video7:57
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Python REPL

Higher Ed
You will learn to use the Python REPL that displays the version, tags and date, and variable declarations. This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video2:54
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Bare Except Statements

Higher Ed
You will learn to find bugs and fix them, called debugging, and wrap all while loop codes to fix errors. This clip is from the chapter "Debugging" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video2:50
Curated Video

Google Docs Fundamentals - Using Bullets & Numbers

Pre-K - Higher Ed
Learner will understand the different ways they can create bulleted/numbered lists.
Instructional Video7:42
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction - Part 2

Higher Ed
In this video, we will cover a quick introduction to this section. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects)...
Instructional Video1:30
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Text Functions in Power Query

Higher Ed
This video introduces you to the text functions available in Power Query. This clip is from the chapter "Text Functions in Power Query" of the series "Business Intelligence with Microsoft Power BI - with Material".This section provides...
Instructional Video5:10
Odd Quartet

Chord Voicing - Open and Close

9th - 12th
There are two main kinds of chord voicing. Open chords and close chords. We talk about how to identify each kind of chord and how to write open and close chords. This is the first video in introducing chord voicing. Thanks for watching!
Instructional Video3:58
Science360

Researchers discover the Earth's inner-inner core-Science Now 32

12th - Higher Ed
In this week's episode we also explore spot fires, haptic technology for touchscreens, and finally we examine the recent water contamination in Pennsylvania and West Virginia. Check it out!
Instructional Video3:00
Curated Video

The Mechanics of a Piano

Pre-K - Higher Ed
The piano is unique among instruments in that it's both a stringed instrument and a percussion instrument. Learn about the parts of a piano and how the strings and hammers work together to create a piano's rich sound.
Instructional Video5:19
Curated Video

Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #2

Higher Ed
Here, we will see how to rely on a sentinel (magic) value to detect the end of the argument list. This clip is from the chapter "Advanced Topics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...