Instructional Video7:36
Englishing

ESL - Dialogue Writing (A step-by-step guideline)

9th - Higher Ed
Writing dialogue is hard work. However, there is a step-by-step guideline that you need to follow. In this video lesson, Mr. P. will teach you the rules you need to follow in order to write a good dialogue, and he will provide examples...
Instructional Video18:44
Curated Video

The Full Stack Web Development - Objects and Classes

Higher Ed
Backend Programming with PHP: Objects and Classes This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate MySQL,...
Instructional Video6:45
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Writing a New Git Object with a git hash-object

Higher Ed
This video illustrates how to write a new Git object with a git hash-object. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how...
Instructional Video11:25
All Ears English

Top 3 Christmas 80’s Movies - All Ears English Podcast

Pre-K - Higher Ed
Find out the best Christmas movies, in English, from the 1980’s. You have to watch these!
Instructional Video3:57
IDG TECHtalk

Using f-strings in Python to format output

Higher Ed
The f-string feature in Python lets you format output in strings by using convenient text templates. This walkthrough shows you the basics of how to use f-string formatting in your code.
Instructional Video8:49
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project handoff: Bringing it together

Higher Ed
Project execution and completion for quote finder using the implemented hash table class This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video1:26
Tarver Academy

Olan Rogers "Victory Pending" Quote

12th - Higher Ed
In This Episode, Tyler Teaches Us About Olan Rogers' "Victory Pending" Quote
Instructional Video6:22
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - JavaScript Data types

Higher Ed
JavaScript Crash Course: JavaScript Data types This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript,...
Instructional Video8:33
Curated Video

Django3- Variables, Strings, Int, and Print

Higher Ed
In this video, we will look at variables, strings, int, and print. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python...
Instructional Video27:37
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Introduction to Data YAML Ain't Markup Language (YAML)

Higher Ed
This video focuses on YAML, a playbook language and explains how the language can be used effectively. This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in...
Instructional Video5:30
Curated Video

Python 3 for Beginners:Introduction to Variables and Strings

Higher Ed
Welcome to this video where we will explore the basics of variables and strings in Python. We will learn how to assign values to variables, choose meaningful variable names, and manipulate strings using indices. We will also cover the...
Instructional Video5:40
Curated Video

Beginning Python (Video 13)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video13:35
Packt

Callback Chaining

Higher Ed
Asynchronous Node.js (Weather App): Callback Chaining This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video15:05
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Demonstration - Run Templates with PS

Higher Ed
In this video, we will cover demonstration - run templates with PS. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module...
Instructional Video6:38
Oxford Comma

5 Easy Ways Quotes Can Help You Write Better Papers Faster

9th - 12th
Many academic assignments require quotes. But, if you're not careful, quotes can actually make your writing look rushed, sloppy, or uniformed. Thankfully, it's not hard to properly implement quotes into a paper, and doing so will help...
Instructional Video7:14
Packt

Create a fake REST API Using JSON Server

Higher Ed
Microposts Project - CRUD Front End (Webpack & Babel): Create a fake REST API Using JSON Server This clip is from the chapter "Microposts Project - CRUD Front End (Webpack & Babel)" of the series "Modern JavaScript from the Beginning".In...
Instructional Video4:41
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Template Strings

Higher Ed
JavaScript Crash Course: Template Strings This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data...
Instructional Video5:34
Curated Video

Python 3 for Beginners: Booleans and Boolean Logic

Higher Ed
In this video, viewers will learn all about Booleans and Boolean logic. The video explains that Booleans can only have two possible values- true or false- and how to assign them to variables. The operators used for comparing numeric...
Instructional Video5:46
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - PHP Code Injection

Higher Ed
This video shows you how to use PHP code to perform system hacking. This clip is from the chapter "System Hacking and Exploitation" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video6:12
Curated Video

The Full Stack Web Development - Getting Started With MongoDB

Higher Ed
MongoDB - Learning NoSQL Database Design: Getting Started With MongoDB This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a no SQL...
Instructional Video19:31
Packt

Heroku Deployment

Higher Ed
Sending Emails (Task App): Heroku Deployment This clip is from the chapter "Sending Emails (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about sending emails.
Instructional Video7:18
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Grid Template Areas

Higher Ed
CSS Grid: Grid Template Areas This clip is from the chapter "CSS Grid" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Grid.
Instructional Video8:47
Curated Video

Data Science and Machine Learning with R - Basic Types

Higher Ed
This video explains basic types in R. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video10:32
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Special methods and what they are

Higher Ed
Working with strings and variables to handle text This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.