Hi, what do you want to do?
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.
<
br/>
This clip is from the chapter "YouTube Automation" of the...
<
br/>
This clip is from the chapter "YouTube Automation" of the...
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.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Social Media Automation using Python - Introduction and Installations
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...
<
br/>
This clip is from the chapter "YouTube...
Curated Video
Evaluate visual representations of data that models real-world phenomena or processes : Hands-On Example: NLP
From the section: NLP Visualization and Model Experimentation. Visualize text data and view data embeddings. View and track hyperparameter tuning and display training configurations to run reproducible experiments.
Here,...
Here,...
Curated Video
Comprehensive Android Developer Bootcamp - Firestore - Deleting Data
Introduction to Realtime Databases – Firebase and Firestore:Firestore - Deleting Data
r/>
This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The Comprehensive Android...
r/>
This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The Comprehensive Android...
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.
<
br/>
This clip is from the chapter "YouTube Automation" of the series...
<
br/>
This clip is from the chapter "YouTube Automation" of the series...
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.
<
br/>...
<
br/>...
Curated Video
Social Media Automation using Python - Introduction to Module-4
This is a brief introduction to the concepts to be learned in this module. The video elaborates on the topics covered in this module, what we can automate in YouTube, and what we can do on YouTube.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
C++: Learn how to create a simple Calculator in C++
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
IDG TECHtalk
Python's Pillow library: Image processing made simple
In this introduction to Python's Pillow image processing library, we'll look at how Pillow makes common image processing jobs easy -- resizing, compositing, converting formats, and modifying image data.
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.
<
br/>
This clip is from the chapter "YouTube Automation" of the series...
<
br/>
This clip is from the chapter "YouTube Automation" of the series...
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.
<
br/>
This clip is from the chapter "YouTube Automation" of the...
<
br/>
This clip is from the chapter "YouTube Automation" of the...
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...
Curated Video
Social Media Automation using Python - Project Part 1
In project parts 1 to 3, we will fetch information regarding the video title, the total number of views, the total number of likes, the comments received, and the video links.
<
br/>
This clip is from the chapter "YouTube...
<
br/>
This clip is from the chapter "YouTube...
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.
<
br/>
This clip is from the chapter "YouTube Automation" of the series "Social...
<
br/>
This clip is from the chapter "YouTube Automation" of the series "Social...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Classifying Images with a Simple CNN, Part 2
From the section: Deep Learning and Tensorflow: Part 2. In this section, we’ll talk about what CNNs is, and how it works.<b<br/>r/>
Deep Learning and Tensorflow: Part 2: [Activity] Classifying Images with a Simple CNN, Part 2
Deep Learning and Tensorflow: Part 2: [Activity] Classifying Images with a Simple CNN, Part 2
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - OAuth and OpenID Connect
This video explains OAuth is a system that grants third-party websites limited access to user accounts. OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Create a machine learning model of a real-life process or object : Getting Started with TensorFlow 2.0
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a...
Curated Video
C++: Basic Input/Output
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch All Tweets
In this video, we will be implementing the functionality to fetch all tweets from the database using Mongoose and Express.js.
Programming Electronics Academy
Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 1
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your...
Programming Electronics Academy
Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your computer’s...
Curated Video
C++ Standard Template Library in Practice - Maps - Coding
The user is unfamiliar with the maps coding, wishes to know more about them, and when to use them.
• Include the map package and introduce a simple example of map c
oding
• Show a complex maps coding and displa
y...
• Include the map package and introduce a simple example of map c
oding
• Show a complex maps coding and displa
y...
Curated Video
C++: Determine if a number is Positive, Negative or Zero
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...