Instructional Video1:40
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Catch-All Block

Higher Ed
This video explains the catch-all block. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in robust...
Instructional Video1:48
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Robust Programs - Handling Errors

Higher Ed
This video explains error handling in Python. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in...
Instructional Video4:35
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Indexing and Slicing Lists

Higher Ed
This video explains indexing and slicing lists. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video1:28
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Storing Multiple Things

Higher Ed
This video explains how to store multiple things. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video6:48
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Tidying Messy Data

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

Python Bootcamp in a Day - Python Programming for Beginners - Writing Your First Python Program—Hello World

Higher Ed
This video explains writing your first Python program—Hello World. This clip is from the chapter "Getting Set Up" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to get started with...
Instructional Video13:21
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, we will look at the code preparation we will use for NLP and understand it. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In...
Instructional Video6:50
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST

Higher Ed
In this video, we will start with implementing CNN with the fashion MNIST dataset. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
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 Video7:34
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Mobile Device Security

Higher Ed
Mobile device security starts with a lock screen but goes beyond multifactor authentication (MFA) and remote find, lock, and wipe. Corporate environments use mobile device management (MDM) services for even more control over mobile...
Instructional Video7:42
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Cloud Computing

Higher Ed
In this episode, Mike looks at the benefits of cloud computing (or moving virtual machines out onto the Internet). The cloud VMs enable benefits such as rapid elasticity and on-demand scaling, so you can quickly support any Internet...
Instructional Video7:14
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:59
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction

Higher Ed
In this video, you will be introduced to the course and what to expect out of the course. This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema Registry".This...
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 Video4:11
Curated Video

Social Media Automation using Python - Liking and Deleting the Post

Higher Ed
Let's use Python coding to like and delete posts on Facebook, using the like_post() function and the delete_post() functions to delete the post. This clip is from the chapter "Facebook Automation" of the series "Social Media Automation...
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 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. This clip is from the...
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 Video2:45
Curated Video

Social Media Automation using Python - Introduction and Installation

Higher Ed
In this video, you will learn to install and set up a software development kit called facebook-sdk 3.1.0. developed by the Python community, which is easy to use. This clip is from the chapter "Facebook Automation" of the series "Social...
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 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...