Instructional Video17:09
TED Talks

Anne Curzan: What makes a word "real"?

12th - Higher Ed
One could argue that slang words like ‘hangry,’ ‘defriend’ and ‘adorkable’ fill crucial meaning gaps in the English language, even if they don't appear in the dictionary. After all, who actually decides which words make it into those...
Instructional Video15:46
TED Talks

Erin McKean: The joy of lexicography

12th - Higher Ed
Is the beloved paper dictionary doomed to extinction? In this infectiously exuberant talk, leading lexicographer Erin McKean looks at the many ways today's print dictionary is poised for transformation.
Instructional Video5:12
TED-Ed

Who decides what's in the dictionary? | Ilan Stavans

Pre-K - Higher Ed
While the concept of a dictionary dates back to ancient civilizations, the first English dictionary wasn't published until 1604. In the centuries that followed, many more dictionaries were written by individual authors who chose what to...
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. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video8:36
Curated Video

Deep Learning - Crash Course 2023 - Pandas Data Frame

Higher Ed
In this video, you will learn about Pandas' two-dimensional data structure called dataframes. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we...
Instructional Video7:25
Curated Video

Deep Learning - Crash Course 2023 - Pandas in Python - Pandas Series

Higher Ed
In this video, you delve into the world of Pandas in Python and gain expertise in working with Pandas Series, a fundamental component of Pandas. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep...
Instructional Video6:40
Curated Video

Deep Learning - Crash Course 2023 - Python Basics - Containers in Python

Higher Ed
In this video, you will learn about tuples, sets, and dictionaries. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation of Python...
Instructional Video2:34
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Return Statement

Higher Ed
This video explains the return statement. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger programs.
Instructional Video6:59
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Dictionaries

Higher Ed
This video explains dictionaries in Python. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video3:25
Mr. Beat

Are Tomatoes Fruits or Vegetables? | Nix v. Hedden

6th - 12th
In episode 5 of Supreme Court Briefs, Mr. Beat looks at that one time the Supreme Court heard arguments about whether tomatoes were fruits or vegetables. No joke. For the record, Mr. Beat hates tomatoes. John Nix was one of the most...
Instructional Video2:50
Learn German with Herr Antrim

Stem-Changing Verbs - 3 Minuten Deutsch Lesson #11 - Deutsch lernen

9th - 12th
This is the 11th episode of 3 Minuten Deutsch. In this episode I talk about the stem-changing verbs (also known as the irregular verbs). These take the a to ä, e to i, or e to ie stem-change.
Instructional Video3:21
Curated Video

Inspired Towards Physics

12th - Higher Ed
Cosmologist Justin Khoury, University of Pennsylvania, relates how a documentary on Einstein, impact of a great high school teacher, and the sense of being able to control his own academic destiny, all shaped him towards becoming a...
Instructional Video13:58
Curated Video

Exploring Ghost Words: Spooky Tales from the Dictionary

12th - Higher Ed
In this video, the speaker explores the fascinating world of "ghost words" - words that made it into dictionaries but were never actually used. They discuss the origins and stories behind these ghost words, from Samuel Johnson's mistaken...
Instructional Video31:23
Curated Video

Inside the World of Lexicography: Writing and Defining Dictionaries

12th - Higher Ed
In this video transcript, Peter Sokolowski, a lexicographer from Merriam-Webster, discusses the process of writing a dictionary and the impact of the internet and artificial intelligence on lexicography. He addresses questions about...
Instructional Video3:55
Packt

Use different data types : Exploring Python Data Types

Higher Ed
From the section: NumPy Fundamentals in Python. Every programming language is different. You will cover fundamentals in order to get familiar with the Python environment needed for NumPy. You will learn to work with numbers, lists,...
Instructional Video4:02
Curated Video

Learning Python Web Penetration Testing (Video 13)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video5:11
Curated Video

Mastering Swift 2 Programming (Video 7)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video5:55
Packt

Use variables to modify data : Intro to Data Types

Higher Ed
From the section: Beginners Python. This section is about Installing Python, Python 3 vs Python 2, Variables, Strings etc. Beginners Python: Intro to Data Types
Instructional Video6:29
Python Programmer

EDA Python - 10-1_Dictionaries

Higher Ed
Dictionaries are an essential data structure for data analysis. We explain what they are in this video.
Instructional Video1:23
Fun Robotics

Summary and Project [AI in gaming, Lists and Typles, Dictionaries]

Higher Ed
Summarize the class and explain the class project
Instructional Video5:53
Curated Video

Julia for Data Science (Video 6)

Higher Ed
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Instructional Video3:28
Curated Video

Mastering Swift 2 Programming (Video 15)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video3:07
Curated Video

Develop a computer program to solve a problem using control structures : For Loops II

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops II
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.