Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Summarising and Presenting the Results Part 2
This video explains the code in which we will get a sum of the scores of a country. This clip is from the chapter "Summarising and Presenting the Results" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Positional and Keyword Parameters
This video explains positional and keyword parameters. 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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Local Versus Global Variables
This video explains local versus global variables. 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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Saving the Results - Working with Files
This video explains saving the results and working with files. This clip is from the chapter "Saving the Results - Working with Files" 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 - Text File Modes
This video explains text file modes. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains working with files in Python.
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
Deep Learning - Convolutional Neural Networks with TensorFlow - Suggestion Box
In this video, we will look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - IPv6
The traditional IP addressing scheme (called IPv4) is quickly being replaced with the much more advanced IPv6 scheme. IPv6 adds several benefits over IPv4, and good techs know how to use it in our systems. This clip is from the chapter...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Hexadecimal
Hexadecimal numbering uses a base-16 system that's very convenient for IT techs. It's important to look at a hex value and understand the equivalent binary value. This clip is from the chapter "Book Chapter 18 - Essentials of Networking"...
Curated Video
Social Media Automation using Python - Project
This video is a demonstration plus project work where we will create code based on the lessons learnt so far and link what we have studied in this course in terms of retrieving information using Python coding. This clip is from the...
Curated Video
Social Media Automation using Python - Commenting on a Post
In this video, we will use the put_object() function and use the ID obtained from the previous lesson along with the message() function to comment on a post. This clip is from the chapter "Facebook Automation" of the series "Social Media...
Curated Video
Social Media Automation using Python - Posting Photo with Caption
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment. This clip is from the chapter "Facebook Automation" of the...
Curated Video
Social Media Automation using Python - Creating Access Token
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. This clip is from the chapter "Facebook...
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 - 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 - Introduction to Course
In this video, we will explore the course's prerequisites and discuss the course content and the concepts that will be covered in this course. This clip is from the chapter "Introduction" of the series "Social Media Automation Using...
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
Social Media Automation using Python - Creating Email Body and Sending
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. This clip is from the...
Curated Video
Social Media Automation using Python - Linking Gmail with SMTP
This video demonstrates how to link a Gmail account with the SMTP client or server to send automated emails. This clip is from the chapter "Email Automation" of the series "Social Media Automation Using Python".This section focuses on...
Curated Video
Social Media Automation using Python - Introduction to Smtplib
In this video, you will learn more about the Smtplib, which defines an SMTP client session that can send mail to any internet machine with an SMTP or ESMTP listener daemon. This clip is from the chapter "Email Automation" of the series...
Curated Video
Social Media Automation using Python - Some Extra Perks
Here, you will learn about additional features we can harness using the pywhatkit function, such as collecting information about WhatsApp scheduling, image posting, and such tasks. This clip is from the chapter "WhatsApp Automation" of...
Curated Video
Social Media Automation using Python - Sending Message to Group
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. This clip is from the chapter "WhatsApp...
Curated Video
Social Media Automation using Python - Sending Image to Contact
We will explore the pywhatkit.sendwhats_image function in Python to send an image to a contact. You will learn to send stand-alone as well as captioned images to contacts. This clip is from the chapter "WhatsApp Automation" of the series...