Instructional Video4:28
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Summarising and Presenting the Results Part 2

Higher Ed
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...
Instructional Video3:05
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Positional and Keyword Parameters

Higher Ed
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...
Instructional Video3:14
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Local Versus Global Variables

Higher Ed
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...
Instructional Video5:05
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Saving the Results - Working with Files

Higher Ed
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...
Instructional Video1:46
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Text File Modes

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

Python Bootcamp in a Day - Python Programming for Beginners - Variable Names

Higher Ed
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...
Instructional Video3:13
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Suggestion Box

Higher Ed
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...
Instructional Video6:49
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - IPv6

Higher Ed
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...
Instructional Video6:56
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Hexadecimal

Higher Ed
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"...
Instructional Video5:15
Curated Video

Social Media Automation using Python - Project

Higher Ed
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...
Instructional Video3:05
Curated Video

Social Media Automation using Python - Commenting on a Post

Higher Ed
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...
Instructional Video4:25
Curated Video

Social Media Automation using Python - Posting Photo with Caption

Higher Ed
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...
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. This clip is from the chapter "Facebook...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Project Part 3

Higher Ed
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...
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. This clip is from the chapter "YouTube Automation" of the series "Social Media...
Instructional Video5:17
Curated Video

Social Media Automation using Python - Introduction to Course

Higher Ed
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...
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. This clip is from the chapter...
Instructional Video3:11
Curated Video

Social Media Automation using Python - Coding a Simple Scheduler

Higher Ed
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...
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. This clip is from the...
Instructional Video4:47
Curated Video

Social Media Automation using Python - Linking Gmail with SMTP

Higher Ed
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...
Instructional Video3:24
Curated Video

Social Media Automation using Python - Introduction to Smtplib

Higher Ed
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...
Instructional Video2:37
Curated Video

Social Media Automation using Python - Some Extra Perks

Higher Ed
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...
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. This clip is from the chapter "WhatsApp...
Instructional Video3:06
Curated Video

Social Media Automation using Python - Sending Image to Contact

Higher Ed
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...