Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - The Catch-All Block
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Robust Programs - Handling Errors
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Indexing and Slicing Lists
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Storing Multiple Things
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Tidying Messy Data
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.
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
Python Bootcamp in a Day - Python Programming for Beginners - Writing Your First Python Program—Hello World
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...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)
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...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST
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...
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) - Mobile Device Security
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Cloud Computing
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction
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...
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 - Liking and Deleting the Post
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...
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 - Scheduling Sending an Email
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...
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 - Introduction and Installation
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...
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 - 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...