Curated Video
The Future of Food: Innovations for 2030
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Formatted Strings, f-strings
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - More Complex 'for' loops - 'break', 'continue', and 'else'
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Namespaces
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Deleting Items in a List
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Adding Items to a List
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Showing Output When Running Python
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Objects and Variables
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...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Text Preprocessing
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Troubleshooting Printers
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Installing Wireless and Cloud Printers
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Sharing Printers
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Installing a Local Printer
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Thermal Printers
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....
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Beyond Wi-Fi
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+...
Curated Video
Social Media Automation using Python - Project Part 3
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...
Curated Video
Social Media Automation using Python - Displaying the Video Data
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...
Curated Video
Social Media Automation using Python - Fetching the Channel Information
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...
Curated Video
Social Media Automation using Python - Displaying Data of Playlists
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...
Curated Video
Social Media Automation using Python - Coding a Simple Scheduler
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...
Curated Video
Recommender Systems with Machine Learning - KNN Implementation-2
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
Curated Video
Recommender Systems with Machine Learning - Active Users and Popular Movies
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
Curated Video
Recommender Systems with Machine Learning - Making Recommendations-1
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...
Curated Video
Recommender Systems with Machine Learning - tf-idf (Term Frequency-Inverse Document Frequency) Implementation
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...