Instructional Video6:14
Curated Video

Creating Dropdown Lists in Excel

Pre-K - Higher Ed
This video tutorial demonstrates how to create a dropdown list in a spreadsheet to easily select predefined options, such as student effort levels like excellent, good, fair, poor, and unacceptable. By setting up a list of options and...
Instructional Video2:40
Curated Video

Making a to-do list with Tasks

Pre-K - Higher Ed
Learn how to use the Tasks function in Google Calendar to create to-do lists.
Instructional Video13:32
Curated Video

Headings, Paragraphs and Lists

Pre-K - Higher Ed
In this video, Mark will review the fundamentals of text markup with the HTML5 heading tags and paragraph tag. Mark will also review HTML5 lists.
Instructional Video13:47
Curated Video

Practical Data Science using Python - Python Dictionaries 1

Higher Ed
This video explains Python dictionaries, which are a collection of key-value pairs. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video8:23
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - List Operations

Higher Ed
Let's learn how to add, access, delete elements in a list with its respective access. This clip is from the chapter "Lists" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates about lists in...
Instructional Video5:04
Curated Video

Python In Practice - 15 Projects to Master Python - Python Lists

Higher Ed
This video explains Python lists, how to create lists, lists properties, list elements, how to extract a list element, and how to extract a sub-list. This clip is from the chapter "Lists" of the series "Python in Practice - 15 Projects...
Instructional Video6:59
Curated Video

PEP8 Guidelines Python Clean Coding - Data Structures

Higher Ed
This video explains the various data structures in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Instructional Video11:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Slicing-Part 1

Higher Ed
In this video, we will cover slicing-part 1. 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 Video7:25
Curated Video

REST APIs with Flask and Python - List Comprehensions in Python

Higher Ed
This video explains the list comprehensions in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...
Instructional Video5:03
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Looping Through Dictionaries

Higher Ed
Dictionaries aren't like lists or tuples, they can't be looped through as easily. But in Python, it's not hard at all! Let's learn how to loop through key/value pairs. This clip is from the chapter "Intermediate Python" of the series...
Instructional Video3:08
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Introduction to Loops

Higher Ed
Loops let you perform an action over and over again. If you had a sandwich, you wouldn't say "bite chew swallow, bite chew swallow, bite chew swallow". You'd say "bite chew swallow until you are done eating". Loops! This clip is from the...
Instructional Video8:47
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Lists & Tables

Higher Ed
HTML Basics: Lists & Tables This clip is from the chapter "HTML Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".This Section contains the HTML Basics.
Instructional Video6:50
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Take a Photo with Python

Higher Ed
This video demonstrates how to take a photo with Python. This clip is from the chapter "Add Vision to Your Applications with the Raspberry Pi Camera V2 Module" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This...
Instructional Video14:05
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Lists

Higher Ed
This video explains about lists. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming with Python 3...
Instructional Video2:18
Curated Video

Salesforce Platform App Builder Certification Training - Global Picklist

Higher Ed
This video introduces you to a global picklist. This clip is from the chapter "Data Modeling and Management" of the series "Salesforce Platform App Builder Certification Training".This section explains data modeling and management.
Instructional Video3:00
Curated Video

Python In Practice - 15 Projects to Master Python - zip( )

Higher Ed
This video explains the zip( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video5:53
Curated Video

Python In Practice - 15 Projects to Master Python - Python Tuples

Higher Ed
This video explains tuples, how to create tuples, tuple properties, and accessing tuple elements. This clip is from the chapter "Tuples" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on tuples.
Instructional Video6:07
Curated Video

Python In Practice - 15 Projects to Master Python - List Built-In Functions

Higher Ed
This video explains the list built-in functions in detail. This clip is from the chapter "Lists" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on lists.
Instructional Video0:40
Curated Video

The Complete Python Course - Difference between Tuples and Lists - Python – Lists

Higher Ed
This video explains the fundamental differences between lists and tuples. This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in Python, how to create...
Instructional Video2:07
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - List

Higher Ed
In this chapter, we will look at the list datatype in Python. This clip is from the chapter "Lists" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates about lists in Python.
Instructional Video9:11
Curated Video

Machine Learning Random Forest with Python from Scratch - Lists

Higher Ed
We shall look at the following datatype: lists, mutable (changeable) after creation. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Instructional Video2:34
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Don't Lose Track of Your Macro Variables

Higher Ed
This video explains how to not lose track of our own macro variables. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...
Instructional Video2:13
Curated Video

Intro To Python Programming - Writing to a File

Pre-K - Higher Ed
In this video, you'll learn how to write data to permenant storage in Python.
Instructional Video2:07
Curated Video

Intro To Python Programming - Reading a File

Pre-K - Higher Ed
In this video, you'll learn how to read a file in from permenant storage and process it in Python.