Instructional Video8:28
Curated Video

The Future of Food: Innovations for 2030

6th - Higher Ed
Explore the revolutionary advancements in food technology expected by 2030. From lab-grown meat and 3D-printed meals to smart packaging that ensures food safety, discover how our dining experiences will evolve. Learn about the science...
Instructional Video12:59
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Formatted Strings, f-strings

Higher Ed
This video explains formatted strings and f-strings in Python. This clip is from the chapter "Summarising and Presenting the Results" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains...
Instructional Video8:51
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - More Complex 'for' loops - 'break', 'continue', and 'else'

Higher Ed
This video explains more complex 'for' loops. This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing collections using Python.
Instructional Video2:24
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Namespaces

Higher Ed
This video explains namespaces in Python. This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of breaking up larger...
Instructional Video1:54
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Deleting Items in a List

Higher Ed
This video explains how to delete items in a list. 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.
Instructional Video3:04
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Adding Items to a List

Higher Ed
This video explains how to add items to a list. 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.
Instructional Video0:42
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Showing Output When Running Python

Higher Ed
This video explains showing output when running Python. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video4:12
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Objects and Variables

Higher Ed
This video explains objects and variables in Python using an example of Olympic results. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section...
Instructional Video5:33
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Text Preprocessing

Higher Ed
In this video, we will move into action and understand how to do text preprocessing using Colab notebook. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video10:05
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Troubleshooting Printers

Higher Ed
Good techs understand the many general issues with printers misbehaving. This episode covers a lot of these issues, such as permissions, connectivity (physical/wireless and configuration errors), and mechanical issues. This clip is from...
Instructional Video9:08
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Installing Wireless and Cloud Printers

Higher Ed
Many printers today come with wireless capabilities and can connect directly to an infrastructure or ad hoc 80 2.11 network. This episode looks at manual and automatic setup options, plus how to connect a printer for cloud-based...
Instructional Video6:05
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Sharing Printers

Higher Ed
It rarely makes sense for every computer in an office or lab to have its own dedicated printer. This episode looks at printer sharing and security options in Windows, so techs can set up, maintain, and remove shared printers. Mike also...
Instructional Video13:40
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Installing a Local Printer

Higher Ed
Installing a printer attached to a computer (a local printer) is a bread-and-butter task for techs. This episode describes the installation process using the Devices & Printers section of the Settings app in Windows. This clip is from...
Instructional Video3:23
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Thermal Printers

Higher Ed
Thermal printers use heat to mark text on special thermal paper. They're used in many point-of-sale systems and kiosks. Mike describes the features of thermal printers and what techs need to know to maintain and service the machines....
Instructional Video6:34
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Beyond Wi-Fi

Higher Ed
The 80 2.11 standard isn't the only wireless out there today. Standards such as Bluetooth, RFID and NFC also need the support of good techs. This clip is from the chapter "Book Chapter 20 - Wireless Networking" of the series "CompTIA A+...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Project Part 3

Higher Ed
This video demonstrates the debugging process of any errors created during the code creation and finally executing the code to obtain the relevant information. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Displaying the Video Data

Higher Ed
After fetching video data based on ID, you will learn to display relevant information of the video details, such as video titles, snippets, and content knowledge. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video8:05
Curated Video

Social Media Automation using Python - Fetching the Channel Information

Higher Ed
After learning to create an API key, we will use it along with a channel ID to fetch relevant channel information using the API.get_channel_info() function. We can obtain viewer count, subscriber count, video count, and description. This...
Instructional Video4:49
Curated Video

Social Media Automation using Python - Displaying Data of Playlists

Higher Ed
After learning to retrieve playlist information, you will learn to use Python coding to display the playlist information to suit our requirements, such as snippets, number of videos, and content details. This clip is from the chapter...
Instructional Video3:11
Curated Video

Social Media Automation using Python - Coding a Simple Scheduler

Higher Ed
In this lecture, we will look at creating a simple scheduler. We will first import the requisite libraries and then write a simple code to create a scheduler to automate the task. This clip is from the chapter "Scheduling" of the series...
Instructional Video5:15
Curated Video

Recommender Systems with Machine Learning - KNN Implementation-2

Higher Ed
This video explains the implementation of KNN. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video8:50
Curated Video

Recommender Systems with Machine Learning - Active Users and Popular Movies

Higher Ed
This video explains the active users and popular movies available. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video9:53
Curated Video

Recommender Systems with Machine Learning - Making Recommendations-1

Higher Ed
This video explains how to make song recommendations. This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with Machine Learning".This section focuses on...
Instructional Video5:50
Curated Video

Recommender Systems with Machine Learning - tf-idf (Term Frequency-Inverse Document Frequency) Implementation

Higher Ed
This video demonstrates the implementation of tf-idf (Term Frequency-Inverse Document Frequency). This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with...