Instructional Video2:19
Visual Learning Systems

Language in Science: Help in Understanding

9th - 12th
The meaningful use of language and vocabulary are some of the fundamentals of science. This program explores strategies and methods of understanding scientific language. Emphasis is placed on how the language of science supports...
Instructional Video12:15
APMonitor

Python 🐍 Dictionaries

10th - Higher Ed
Dictionaries are a list with key and value pairs. The format for this method of storing values is curly brackets {} as seen below. After you assign a dictionary a name, you can enter values by putting a value followed by a colon to...
Instructional Video11:16
Curated Video

Complete Python Scripting for Automation - for loop to work with strings, list, tuple and dictionaries

Higher Ed
Loops - for and while loops with break, continue and pass: for loop to work with strings, list, tuple and dictionaries This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete...
Instructional Video7:18
Curated Video

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

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
Instructional Video5:40
Python Programmer

EDA Python - 11-3sets

Higher Ed
This video introduces the concept of sets in python. They are very similar to sets in mathematics.
Instructional Video3:21
IDG TECHtalk

Python 3.9: What's new in the latest version of Python

Higher Ed
The latest version of Python offers new conveniences for the developer: new ways to merge dictionaries, new string-handling functions, and more convenient type-hinting features.
Instructional Video2:00
IDG TECHtalk

Using Python object properties to write smarter and more concise code

Higher Ed
Everything in Python is an object. Learn how object properties -- which are actually just Python dictionaries under the hood -- can be leveraged to make your code smarter, more concise, and less riddled with boilerplate.
Instructional Video4:02
Curated Video

Django3- Dictionaries

Higher Ed
In this video, we will look at dictionaries. 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 refresher.
Instructional Video11:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Command line/Terminal basics

Higher Ed
An introductory look at collections in Python 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.
Instructional Video3:44
IDG TECHtalk

Unleashing the power of Python dictionaries: The basics

Higher Ed
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Instructional Video12:39
Rachel's English

Words Americans mispronounce - Gerund

6th - Higher Ed
9 Words Americans Pronounce Wrong | Words Americans Mispronounce
Instructional Video3:56
Mr. Beat

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:35
Python Programmer

EDA Python - 15-2Dictionaries_comp_challenge

Higher Ed
A little challenge for you. Watch the first part of the video for the problem. Pause it before the solution is revealed and try solving it.
Instructional Video3:49
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - How to Create Dictionaries at Runtime and Add Data to Them?

Higher Ed
This video demonstrates how to create dictionaries at runtime and add data to them. This clip is from the chapter "Understanding Python Data Types and Variables" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video6:58
Curated Video

Bilingual vs Monolingual Dictionaries | Which is better?

6th - Higher Ed
Some teachers say that it's best to use a monolingual dictionary when you are learning a language. But is that always right? In this video I look at the advantages and disadvantages of bilingual and monolingual dictionaries, and I tell...
Instructional Video8:51
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas DataFrame

Higher Ed
In this video, we will cover Pandas DataFrame. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
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 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 Video0:29
Curated Video

Python 3 for Beginners: Introduction to Python Dictionaries

Higher Ed
Welcome to today's informative session on dictionaries in programming! Whether you're a beginner or experienced coder, this video is the perfect starting point to level up your skills. We'll unlock the mysteries of dictionaries,...
Instructional Video8:51
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation: Pandas Data Frame

Higher Ed
In this video, we will cover Pandas data frame. 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 this...
Instructional Video5:17
Curated Video

Intro To Python Programming - Python Dictionaries

Pre-K - Higher Ed
Dictionaries are a more complex data type that allows you to store key, value sets. You'll learn how to create and manipulate Tuples in this video.
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 Video6:26
Curated Video

Python 3 for Beginners: Working with Dictionaries

Higher Ed
This educational video explains the fundamentals of Python dictionaries, a data structure that holds key value pairs. The video goes into detail on how to create, access, modify, and delete items in a dictionary, as well as how to check...
Instructional Video3:53
Curated Video

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

Higher Ed
In this video, you will learn how to match a dictionary to another and compare the elements. This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...