Instructional Video13:15
Crash Course

The History of Life on Earth - Crash Course Ecology

12th - Higher Ed
With a solid understanding of biology on the small scale under our belts, it's time for the long view - for the next twelve weeks, we'll be learning how the living things that we've studied interact with and influence each other and...
Instructional Video15:17
All Ears English

1978 - Is It Bad to Fuss Over Something? Learn How to Use this Phrasal Verb Today

Pre-K - Higher Ed
Don't fuss over this modern English word! Today, we answer a listener's question about the phrasal verb "fuss over." Learn what it means, how to use it, and if it has a positive or negative connotation.
Instructional Video3:36
Curated Video

Going to Safari (Use mental computation and estimation strategies to assess the reasonableness of answers for multistep word problems)

K - 12th
Sara's family of 4 people want to go to the safari. Each ticket costs 21 dollars, what is a good estimate for the least amount of money they should bring with them to be able to pay for the tickets?
Instructional Video12:06
Programming Electronics Academy

How to Use and Understand the Arduino Reference :: Open Source Hardware Group Arduino Tutorials

Higher Ed
So you just opened up your fancy new gadget -- maybe an awesome DSLR camera, or the newest gaming system, or maybe a new Blu-ray player. As you gladly tear away the packaging -- you notice a small book that feels like it was printed on...
Instructional Video13:17
All Ears English

1942 - Come Along and Learn How to Use this English Preposition

Pre-K - Higher Ed
Do you get confused when it comes to using the English preposition 'along'? What's the difference between on and along? Get answers to this tough grammar question today.
Instructional Video8:32
Rachel's English

Best Online Dictionary / How to Pronounce Any Word

6th - Higher Ed
You can learn how to pronounce every English word! In this video I show you how to learn English by using the best English dictionary. If you’re studying English you might be unsure whether you’re pronouncing some of the words correctly....
Instructional Video0:10
Curated Video

CAN'T 😱 | How To Pronounce | British English Pronunciation

Pre-K - Higher Ed
CAN'T can sound like a very bad word if you don't pronounce it correctly. Can't means 'can not' and the British pronounce it with a long open vowel, very different to the vowel used in 'can'. Learning English? Do you need to improve your...
Instructional Video1:36
Curated Video

How to Pronounce 'Curriculum Vitae' Correctly

12th - Higher Ed
In this video I share the "correct curriculum vitae" pronunciation in British and American English. By the end of this video you will have a clear idea of how to pronounce curriculum vitae and when to use it.
Instructional Video5:48
Big Think

How to use a thesaurus to actually improve your writing | Martin Amis

6th - 11th
Read more at BigThink.com: Follow Big Think here: YouTube: http://goo.gl/CPTsV5 Facebook: https://www.facebook.com/BigThinkdotcom Twitter: https://twitter.com/bigthink Famously Nabokov said—or infamously, perhaps it’s now a synonym for...
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 Video0:54
Curated Video

Python 3 for Beginners: Working with Dictionaries in Python

Higher Ed
Welcome to this video on working with dictionaries in Python! You'll learn all about the key-value pairs and how to access and modify them using assignment and deletion. We'll also dive into how to check if a key exists in a dictionary,...
Instructional Video2:28
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The 'range' Function - How to Create a List of Numbers

Higher Ed
This video explains how to create a list of numbers. This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing collections using...
Instructional Video13:18
Curated Video

How to Create a Work Breakdown Structure: A WBS Masterclass

10th - Higher Ed
The Work Breakdown Structure (or WBS) is one of the few truly fundamental tools of Project Management. But how do you create one? I am not going to start with activities - despite the fact that this is, linguistically, what the word...
Instructional Video1:40
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Using BPython for Better Scrapy Shell Experience on Linux and Windows

Higher Ed
In this video, we explore how to improve the syntax highlighting and auto-suggestions in Scrapy shell by using Bpython instead of Ipython. The tutorial takes you through step-by-step installation of Bpython within your virtual...
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 Video5:00
Curated Video

REST APIs with Flask and Python - Using the PUT Method with Database Interaction

Higher Ed
This video explains how to use the PUT method with database interaction. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of...
Instructional Video5:23
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Using Our Modules

Higher Ed
This video explains how to use modules in Python. This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of breaking up...
Instructional Video3:52
IDG TECHtalk

How to create sets in Python: Introduction

Higher Ed
Learn how Python's set type can be used to create collections of unique objects, with powerful ways to inspect and manipulate their contents.
Instructional Video8:05
Crash Course

Ampère's Law: Crash Course Physics

12th - Higher Ed
Hans Christian Oersted had just discovered the connection between electricity and magnetism. Meanwhile, a French physicist named André-Marie Ampère was experimenting with some wires, trying to learn more about the connection between...
Instructional Video6:04
Curated Video

Review for You: What’s the Meaning?

K - 8th
Mr. Griot shows the student how to use a dictionary and context clues to figure out the meanings of unfamiliar words in text.
Instructional Video3:09
IDG TECHtalk

How to use the map variable type | Smart Go

Higher Ed
Learn about Go's map type, used to store values in a structure that can be quickly accessed with a key -- the Go equivalent of Python's dictionary or Java's HashMap type.
Instructional Video13:13
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Dictionaries

Higher Ed
Dictionaries allow you to store data inside of a variable, but you can use an "internal name" to reference it. Now you can group similar variables together into one larger variable. Hurray, cleaner code! This clip is from the chapter...
Instructional Video3:24
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Match Object

Higher Ed
You will learn how to use the namedtuple to create a class to compare the list of objects in a class. This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video3:16
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Pipe Operator in Patterns

Higher Ed
You will learn more about the pipe operator and how to use the pipe operator in patterns in case statements. This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python...

Other popular searches