TED Talks
Anne Curzan: What makes a word "real"?
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...
TED Talks
Erin McKean: The joy of lexicography
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.
TED-Ed
Who decides what's in the dictionary? | Ilan Stavans
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dictionaries
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...
Curated Video
Deep Learning - Crash Course 2023 - Pandas Data Frame
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...
Curated Video
Deep Learning - Crash Course 2023 - Pandas in Python - Pandas Series
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...
Curated Video
Deep Learning - Crash Course 2023 - Python Basics - Containers in Python
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Return Statement
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Dictionaries
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.
Mr. Beat
Are Tomatoes Fruits or Vegetables? | Nix v. Hedden
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...
Learn German with Herr Antrim
Stem-Changing Verbs - 3 Minuten Deutsch Lesson #11 - Deutsch lernen
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.
Curated Video
Inspired Towards Physics
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...
Curated Video
Exploring Ghost Words: Spooky Tales from the Dictionary
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...
Curated Video
Inside the World of Lexicography: Writing and Defining Dictionaries
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...
Packt
Use different data types : Exploring Python Data Types
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,...
Curated Video
Learning Python Web Penetration Testing (Video 13)
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...
Curated Video
Mastering Swift 2 Programming (Video 7)
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...
Packt
Use variables to modify data : Intro to Data Types
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
Python Programmer
EDA Python - 10-1_Dictionaries
Dictionaries are an essential data structure for data analysis. We explain what they are in this video.
Fun Robotics
Summary and Project [AI in gaming, Lists and Typles, Dictionaries]
Summarize the class and explain the class project
Curated Video
Julia for Data Science (Video 6)
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...
Curated Video
Mastering Swift 2 Programming (Video 15)
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...
Curated Video
Develop a computer program to solve a problem using control structures : For Loops II
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
IDG TECHtalk
How to create sets in Python: Introduction
Learn how Python's set type can be used to create collections of unique objects, with powerful ways to inspect and manipulate their contents.