Curated Video
Creating Dropdown Lists in Excel
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...
Curated Video
Making a to-do list with Tasks
Learn how to use the Tasks function in Google Calendar to create to-do lists.
Curated Video
Headings, Paragraphs and Lists
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.
Curated Video
Practical Data Science using Python - Python Dictionaries 1
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.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - List Operations
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Python Lists
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Data Structures
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.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Slicing-Part 1
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...
Curated Video
REST APIs with Flask and Python - List Comprehensions in Python
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Looping Through Dictionaries
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Introduction to Loops
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...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Lists & Tables
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.
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Take a Photo with Python
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Lists
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...
Curated Video
Salesforce Platform App Builder Certification Training - Global Picklist
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.
Curated Video
Python In Practice - 15 Projects to Master Python - zip( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Python Tuples
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.
Curated Video
Python In Practice - 15 Projects to Master Python - List Built-In Functions
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.
Curated Video
The Complete Python Course - Difference between Tuples and Lists - Python – Lists
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - List
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.
Curated Video
Machine Learning Random Forest with Python from Scratch - Lists
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Don't Lose Track of Your Macro Variables
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...
Curated Video
Intro To Python Programming - Writing to a File
In this video, you'll learn how to write data to permenant storage in Python.
Curated Video
Intro To Python Programming - Reading a File
In this video, you'll learn how to read a file in from permenant storage and process it in Python.