Curated Video
Figma for UIUX Master Web Design in Figma - Create the First Version of the Card
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...
Curated Video
Docker Certified Associate Certification Training Course - Pricing of Docker CE and EE
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Bootstrap as Base Template
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.
Curated Video
The Complete Python Course - How to Create a Dictionary
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - getattr() Use Case
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Classes and Objects - Classes - Inheritence
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - .sort(key) - Sorting Arrays of Class Objects
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - XPath Attribute Selectors
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Basics of CSS Selectors
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Structuring Data into Scrapy Item
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners: Defining the Ebook Spider and Website Request
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Selecting All the Data
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Scrapy CSS Selector
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...
Packt
Python Scrapy: Logging Data from Spiders with Custom Functions and Built-in log Method
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....
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Loading Items with Scrapy ItemLoaders
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - How to Follow Links
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Python Enums
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Scatter Plot
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...
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)
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Filtering Observations (So Only Some Data Shows Up)
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Reduction and Cleaning Your Data
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Variable (Helps You Modify Data Easier)
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Project II_ Stock Price Prediction: Problem Statement
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Project II_ Stock Price Prediction: Dataset
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...