Instructional Video5:20
Curated Video

Finding the Average from a Grouped Frequency Table

9th - 12th
This video provides a step-by-step guide for how to estimate the mean from a grouped frequency data. The example problem is from IGCSE A June 2018 paper 1H Q1.
Instructional Video9:15
PBS

How Did Makeup Ads Go From Style to Science?

12th - Higher Ed
When did makeup ads become less about beauty and more about science? And is that science even legitimate? Or is it just another ploy by the $445 billion cosmetics industry to get you to buy more products? This week Danielle digs into the...
Instructional Video2:29
The Business Professor

The Power of Personal Selling: When and How to Use It

Higher Ed
This video discusses the importance and effectiveness of personal selling as a marketing tool. The video highlights that personal selling is particularly useful when targeting a specific audience or major customers, as it allows for...
Instructional Video1:44
Next Animation Studio

Misleading recycling labels found on plastic products: Greenpeace

12th - Higher Ed
A new report by Greenpeace published on February 18 has found that several companies in the U.S. are misleading consumers by adding incorrect recycling labels onto their plastic products.
Instructional Video8:29
Curated Video

Characteristics of Living Organisms

Higher Ed
This video is a lecture on the characteristics of living organisms. The presenter lists and explains the eight main characteristics that all living organisms have in common: the need for nutrients, respiration, excretion, response to...
Instructional Video4:43
Brian McLogan

Multiply a Trinomial by a Trinomial Using a Rectangle - Math Tutorial

12th - Higher Ed
👉 Learn how to multiply polynomials. To multiply polynomials, we use the distributive property. The distributive property is essential for multiplying polynomials. The distributive property is the use of each term of one of the...
Instructional Video1:26
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Add Dropdown to NavBar

Higher Ed
In this video, we'll learn how to add dropdown to NavBar. This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, we'll be setting up the project...
Instructional Video6:45
Professor Dave Explains

Peterson Olefination

12th - Higher Ed
Next in the series of olefination reactions is the Peterson olefination. This uses alpha-halo silanes and is quite fascinating, with a number of unique advantages. Namely, the stereochemistry of the alkene product can be controlled by...
Instructional Video8:31
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Convolution and Pooling Details

Higher Ed
This video showcases convolution and pooling details. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the deep neural...
Instructional Video4:53
Curated Video

Figma for UIUX Master Web Design in Figma - Seven Website Tweaks that Show Attention to Detail

Higher Ed
This video explains seven website tweaks that show attention to detail. This clip is from the chapter "The Third Key to Great Web Design" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the third key...
Instructional Video1:27
Curated Video

Python for Machine Learning - The Complete Beginners Course - Introduction - Recommender System

Higher Ed
In this video, we will have a quick introduction. This clip is from the chapter "Recommender System" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover the recommender system.
Instructional Video12:00
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Models and Storing eBooks in the Database

Higher Ed
This video explains creating models and storing eBooks in the database. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video5:50
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Singleton

Higher Ed
We will look at creating single objects for single classes. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on object-oriented...
Instructional Video3:53
Curated Video

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

Higher Ed
Now that we have understood how to create a set, we will execute various operations on a set. This clip is from the chapter "Sets" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section discusses about an...
Instructional Video5:59
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Iterable Classes

Higher Ed
Here, you will learn to use the for loop to obtain values from the iterable classes. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video5:59
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - getattr() Use Case

Higher Ed
We will look at the importance of using the getattr() case. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on object-oriented...
Instructional Video8:49
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - .sort(key) - Sorting Arrays of Class Objects

Higher Ed
In this video, you will learn to sort arrays, elements, and variables in a class object. This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating an...
Instructional Video6:41
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Structuring Data into Scrapy Item

Higher Ed
In this tutorial, we learned about Scrapy items and item loaders, which can help us structure our web scraping data. We followed along with creating a simple scraper for travel products and used CSS selectors to extract information such...
Instructional Video4:17
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Web Scraping with Pagination and URL Selectors

Higher Ed
In this tutorial, we learn how to use Scrapy to extract data from a website with multiple pages. The tutorial covers how to extract the link to the next page, send a request to it using Scrapy's request class, and how to deal with the...
Instructional Video6:17
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Selecting All the Data

Higher Ed
In this video, the instructor demonstrates how to use CSS selectors in Scrapy to extract data from a webpage. Using a sample webpage with multiple product listings, the instructor walks through the selection of each product container and...
Instructional Video2:41
Packt

Planning Our Scraper: Searching for Products on Amazon

Higher Ed
In this tutorial, we'll learn how to plan out a scraper for Amazon.com using Python. The aim is to track the rank or position of a specific product for a particular search term or keyword. Using a step-by-step approach, we'll visualize...
Instructional Video4:43
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Python Enums

Higher Ed
Here, you will learn about creating classes with attributes that are not used to create objects. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video6:59
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Developing getAllProducts Methods for Product Lambda Microservice with DynamoDB

Higher Ed
This video talks about developing getAllProducts methods for product Lambda microservice with DynamoDB. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless...
Instructional Video4:23
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Amazon API Gateway Use Cases

Higher Ed
This video explains Amazon API Gateway use cases. This clip is from the chapter "API Gateway RESTful API Development with Synchronous Lambda Event Sources" of the series "AWS Serverless Microservices with Patterns and Best...