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 - Functions
This video explains functions in Python. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger programs.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - A Simple 'for' Loop
This video explains a simple for loop. 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 - Tidying Messy Data
This video explains how to tidy messy data. This clip is from the chapter "Tidying Messy Data" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to tidy messy data.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Comparing Information
This video explains comparing information in Python. This clip is from the chapter "Comparing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains comparing information in Python.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Processing Information
This video explains processing information in Python. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Variable Names
This video explains variable names in Python and the rules to use them. 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...
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
Social Media Automation using Python - Project Part 2
In the project part 2 video, we will call the API object and create a data frame with columns to receive the relevant information about the video titles. This clip is from the chapter "YouTube Automation" of the series "Social Media...
Curated Video
Social Media Automation using Python - Fetching Information of Videos
In this video, you will learn how to fetch information about videos based on the playlist ID using the api.get_playlist_ID() function by providing the playlist ID. This clip is from the chapter "YouTube Automation" of the series "Social...
Curated Video
Social Media Automation using Python - Fetching the Playlist Information
In this video, you will learn to use the api.get_playlists() function to retrieve playlist information from YouTube. You can use the process to retrieve playlists, playlist items, playlist items by ID, and playlists by ID. This clip is...
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 - Creating API Key
This video demonstrates how to create an API key. We will create a project and then use the YouTube API V3 library to enable it to create our API key. This clip is from the chapter "YouTube Automation" of the series "Social Media...
Curated Video
Recommender Systems with Machine Learning - Count
This video explains the count function. 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 - Dataset Discussion
This video involves a deep understanding of the dataset to be explored for this module. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine...
Curated Video
Recommender Systems with Machine Learning - Dataset Usage
This video explains how to use the dataset to your advantage. 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...
Curated Video
Recommender Systems with Machine Learning - Item-Based Filtering Data Preparation
This video explains and demonstrates item-based filtering data preparation. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use...
Curated Video
Recommender Systems with Machine Learning - Data Preparation for Content-Based Filtering
This video explains data preparation for content-based filtering with machine learning. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Shell Scripting
In this video, you will learn about shell scripting. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C program,...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Max Story and Question Length
In this video, you will learn to define the project's story length and question length, determined by the number of words in the story or question. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of the...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Getting the Data
In this video, we will look at using the request library to seek out the webpage from which we want the information. In our case, we have chosen the web page or artificial intelligence. This clip is from the chapter "Basics of Chatbots...
Curated Video
Master SQL for Data Analysis - Overview-5
This video briefly outlines conditional logic with a case, how data gets transformed with this logic, and classification and binning. This clip is from the chapter "SQL - Conditional Logic (CASE)" of the series "Master SQL for Data...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Making Utterances
After understanding intents and slots in detail, we will make utterances in our chatbots. We will begin with creating an intent and then create an utterance using the sample utterances tab. This clip is from the chapter "Chatbots...
Curated Video
HashiCorp Certified - Vault Associate Course - Vault Authentication Using the CLI
Now that our Vault auth methods are enabled, how do we start using them? In this video, we will explore how to authenticate HashiCorp Vault using the Vault CLI. We will walk through some best practices for securing Vault authentication...