Instructional Video5:18
Curated Video

Figma for UIUX Master Web Design in Figma - Create the First Version of the Card

Higher Ed
This video demonstrates creating the first version of the card. This clip is from the chapter "Redesign an Ecommerce Business" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on redesigning an ecommerce...
Instructional Video2:19
Curated Video

Docker Certified Associate Certification Training Course - Pricing of Docker CE and EE

Higher Ed
This video explains the pricing of Docker CE and EE. This clip is from the chapter "Docker Fundamentals" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains the Overview of Docker.
Instructional Video17:35
Curated Video

Python In Practice - 15 Projects to Master Python - Bootstrap as Base Template

Higher Ed
This video explains Bootstrap as base template. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video4:57
Curated Video

The Complete Python Course - How to Create a Dictionary

Higher Ed
This video demonstrates how to create a dictionary in Python. This clip is from the chapter "Python – Dictionary" of the series "The Complete Python Course (2022)".This section discusses the dictionary or terminology used in Python and...
Instructional Video5:59
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - getattr() Use Case

Higher Ed
We will look at the importance of using the getattr() case. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on object-oriented...
Instructional Video8:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Classes and Objects - Classes - Inheritence

Higher Ed
After learning about classes and how to create our own class to create an object, we will now look at inheriting the attributes from one class to another. This clip is from the chapter "Classes" of the series "The Ultimate Guide to...
Instructional Video8:49
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - .sort(key) - Sorting Arrays of Class Objects

Higher Ed
In this video, you will learn to sort arrays, elements, and variables in a class object. This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating an...
Instructional Video2:18
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - XPath Attribute Selectors

Higher Ed
Welcome to this video where we will learn about selecting web elements using attributes and values with Xpath. Our expert instructor will guide you through the process of selecting specific elements, such as titles and prices, using...
Instructional Video2:04
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Basics of CSS Selectors

Higher Ed
In this video, we will take a closer look at how to select web elements based on their tag names, class names, and IDs using CSS selectors. You will learn how to select elements like headers, links, paragraphs, and more. Our...
Instructional Video6:41
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Structuring Data into Scrapy Item

Higher Ed
In this tutorial, we learned about Scrapy items and item loaders, which can help us structure our web scraping data. We followed along with creating a simple scraper for travel products and used CSS selectors to extract information such...
Instructional Video2:01
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners: Defining the Ebook Spider and Website Request

Higher Ed
In this video, viewers will learn how to define a spider for web scraping using Scrapy. The video focuses on the ebook spider, and the host website being used for practice is books.to-scrape.com. The tutorial covers how to send a request...
Instructional Video6:17
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Selecting All the Data

Higher Ed
In this video, the instructor demonstrates how to use CSS selectors in Scrapy to extract data from a webpage. Using a sample webpage with multiple product listings, the instructor walks through the selection of each product container and...
Instructional Video7:15
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Scrapy CSS Selector

Higher Ed
In this video, we learn how to select data from a website using CSS selectors and Scrapy. The video guides us through the steps to open the Chrome developer tools to view the HTML code of the website, and use CSS selectors to select the...
Instructional Video7:12
Packt

Python Scrapy: Logging Data from Spiders with Custom Functions and Built-in log Method

Higher Ed
In this video, we learn about the importance of logging in spider creation and how to effectively test and log data. The video covers the use of built-in print functions and how to use the Scrapy log method to access and log spider data....
Instructional Video7:03
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Loading Items with Scrapy ItemLoaders

Higher Ed
In this tutorial, we learn how to use Scrapy's item loader to scrape data from websites. The video demonstrates step-by-step how to create an item loader, select data using a custom selector, and add values to a Scrapy item. We also...
Instructional Video6:44
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - How to Follow Links

Higher Ed
In this video, the presenter demonstrates how to scrape data from a travel website using the Scrapy Python library. The video covers topics such as sending requests, following links, and setting up custom callbacks to scrape specific...
Instructional Video4:43
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Python Enums

Higher Ed
Here, you will learn about creating classes with attributes that are not used to create objects. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video4:48
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Scatter Plot

Higher Ed
The author will show you the ease with which you can create a scatter plot with SAS. This clip is from the chapter "Visual Representation of Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Instructional Video5:13
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Reading Data Instream in Data Step (Typing Data Right into Coding Area)

Higher Ed
Sometimes you want to just type your data directly in the syntax. This is logical if you have very little data, and if there is no need to import a file to SAS. The author will show you how to do it. This clip is from the chapter...
Instructional Video2:05
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Filtering Observations (So Only Some Data Shows Up)

Higher Ed
Sometimes you only want a certain part of your dataset to show up. The author will show you how this is possible in SAS. If you are in the real estate business, maybe the boss will ask you to show him a list of only the homes that cost...
Instructional Video6:46
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Reduction and Cleaning Your Data

Higher Ed
First, the author will show you how to use the keep and drop statements in SAS. If you want to reduce your data by keeping or getting rid of certain variables, the author will take you step-by-step to show you how. Then he will show you...
Instructional Video3:53
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Variable (Helps You Modify Data Easier)

Higher Ed
Learning how to create a macro variable can speed up your coding, by making it easier to modify your data. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a...
Instructional Video6:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Project II_ Stock Price Prediction: Problem Statement

Higher Ed
In this video, we will cover the problem statement. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video11:54
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Project II_ Stock Price Prediction: Dataset

Higher Ed
In this video, we will cover the stock price prediction dataset. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...