Instructional Video6:06
Curated Video

ChatGPT for Creatives - Organizational Tools

Higher Ed
In this video, we will discuss some organizational tools that can be helpful in using ChatGPT for storytelling. These tools can help you keep track of your ideas, characters, and plot points, making it easier to stay organized and...
Instructional Video12:27
Curated Video

ChatGPT for Creatives - Let's Make Some Formats

Higher Ed
In this video, you will learn to specify different genres and subgenres to ChatGPT and make it provide us with different formats of the storytelling components that we can use to create our very own story of preference with ideal word...
Instructional Video8:29
Curated Video

ChatGPT for Creatives - Adding to the World Anvil

Higher Ed
In this video, you will learn how to add buildings to the World Anvil platform for our fantasy world. We will start by selecting the building type and then entering details such as name, description, and purpose. You will also learn how...
Instructional Video7:43
Curated Video

ChatGPT for Creatives - Let's Close It Out

Higher Ed
In this video, we will discuss the final steps to take before wrapping up the creation of a manga or comic story, reviewing the story and characters to ensure consistency and coherence, refining the dialogue and pacing, and making any...
Instructional Video4:27
Curated Video

ChatGPT for Creatives - How to Save Your Work Right Away

Higher Ed
In this video, the author talks about the importance of saving work while creating comics or manga. He also shares his personal experience of losing work and the lessons he learned from it. Finally, he offers practical tips on how to...
Instructional Video7:05
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Collect Feedback and Store in Database

Higher Ed
In this video, you will see how Azure Functions is used to collect feedback and store it in the database.
<
br/>
This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn...
Instructional Video4:35
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-any-vs-race

Higher Ed
This video is a continuation of the previous video which explains promise.any().
<
br/>
This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
Instructional Video1:06
Curated Video

SQL Server Course for Beginners with 100+ examples - Fix SQL Server Installation Error

Higher Ed
While installing SQL Server, you may get the following error: Learn how to fix the following error while installing Microsoft SQL Server 2019: A required file could not be downloaded. This could mean the version of the installer is no...
Instructional Video3:24
Curated Video

Learning GitHub Actions for DevOps CI/CD - Setting Up Authentication

Higher Ed
This video helps in setting up authentication.
<
br/>
This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section delves into the use of GitHub...
Instructional Video6:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Installations / 098

Higher Ed
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Instructional Video17:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021

Higher Ed
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Instructional Video4:04
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure

Higher Ed
In this lesson, we will start our project from the basics. We will create the folder structure, create a basic React app, and call it TaskMate. We will create the basic setup for the project.
Instructional Video5:52
Curated Video

Social Media Automation using Python - Creating Access Token

Higher Ed
In this lecture, we will understand the requirements and limitations to be able to automate the Facebook page. You will also learn to create an access token to perform automation tasks on Facebook.
<
br/>
This clip is from the...
Instructional Video8:36
Curated Video

Social Media Automation using Python - Project Part 2

Higher Ed
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.
<
br/>
This clip is from the chapter "YouTube Automation" of the series...
Instructional Video7:41
Curated Video

Social Media Automation using Python - Fetching Information of Videos

Higher Ed
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.
<
br/>
This clip is from the chapter "YouTube Automation" of the...
Instructional Video6:21
Curated Video

Social Media Automation using Python - Fetching the Playlist Information

Higher Ed
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.
<
br/>...
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...
Instructional Video7:19
Curated Video

Social Media Automation using Python - Scheduling Sending an Email

Higher Ed
Here, you will learn how to automate email scheduling. After learning how to send an email with Python and create a schedule for any tasks, we will explore how to use functions in Python to schedule and send emails.
<
br/>
This clip...
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.
<
br/>
This clip is from the...
Instructional Video2:06
Curated Video

Social Media Automation using Python - Introduction and Installations

Higher Ed
This video will look at a library package created by the Python community, the python-youtube 0.8.3. You will learn to install the package and import the library to perform the tasks.
<
br/>
This clip is from the chapter "YouTube...
Instructional Video4:35
Curated Video

Social Media Automation using Python - Creating Email Body and Sending

Higher Ed
After learning how to connect to the SMTP server, we will understand how to create the email using the MIMEmultipart function. We will then look at creating the entire body of the email and then sending the email.
<
br/>
This clip...
Instructional Video2:27
Curated Video

Social Media Automation using Python - Sending Image to Group

Higher Ed
After learning how to create a group link using the pywhatkit.sendwhats_image function, you will learn to send images to members within the group using the group link instead of the contact numbers, just as we did while sending images...
Instructional Video3:02
Curated Video

Social Media Automation using Python - Sending Message to Group

Higher Ed
In this lesson, we will look at sending messages to groups and understand the prerequisites of having admin rights to send messages to groups. You will learn to send messages with links to groups.
<
br/>
This clip is from the...
Instructional Video4:04
Curated Video

Recommender Systems with Machine Learning - FuzzyWuzzy Implementation

Higher Ed
This video helps you with the implementation of the FuzzyWuzzy algorithm.
<
br/>
This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with Machine...