Curated Video
Python In Practice - 15 Projects to Master Python - Web Design: Stylizing Our html Tags with CSS
This video explains the web design where you will be stylizing our html tags with CSS. 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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - What Are User Agents?
In this video, we will learn about the process of sending a request to a website, and the role of a user agent in handling the details. You will learn about the client and server relationship, and how the browser acts as an agent for the...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Scraping Dynamic Websites with Scrapy and Playwright
In this video, we learn how to use Scrapy with playwright to scrape dynamic websites. The presenter shows us how to create a spider using Gen. Spider command, and then demonstrates how to send a request with playwright. The video is a...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - User Agents with Scrapy
In this video, we dive into the world of user agents and how they impact web scraping. The video explains what user agents are, how to find your user agent, and how to set it up in your Scrapy project to ensure that your requests are...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - How to Scrape Dynamic Websites using Scrapy Playwright
In this video, we delve into the world of dynamic websites, which require a browser to render their content. Through the use of Scrapy playwright, we explore how to scrape dynamic websites and automate tasks in a browser with code,...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Rendering Websites to PDF
In this video, we learn how to use Playwright to save a PDF of a webpage. The tutorial is perfect for those who want to save online documentation or web pages for reference later. The presenter explains the process in a step-by-step...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners -Web Scraping and Browser Automation with Playwright and Python
Hello and welcome to this educational YouTube video about automating browsers using Python and the script playwright package. In this video, we will delve into Scrapy and its ability to access data from JavaScript websites. We'll also...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Identifying API Calls
In this video, we explore how to scrape data from dynamic websites using Scrapy Playwright. We learn how to identify APIs that websites use to fetch data and directly request the data without launching a browser. With step-by-step...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - How Web Scraping Works
In this video, we'll learn all about web scraping - the process of extracting data from websites using a program or tool. Our expert instructor breaks down the process into four simple steps - sending a request, getting the response,...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data from API
In this video tutorial, we learn how to create a spider to scrape data from an API using Scrapy. The instructor demonstrates how to load JSON data and store it in a dictionary. They also show how to check for the next page and send a...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Test - RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB
This video is about testing RESTful microservices with AWS Lambda, API Gateway, and DynamoDB. This clip is from the chapter "Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB" of the series "AWS Serverless...
Curated Video
HTML Tutorial for Beginners(2022) - Comments in HTML
Learn how to set comments on an HTML web page. The comments are not read by the web browser. This clip is from the chapter "HTML Basics - Getting Started" of the series "HTML Tutorial for Beginners (2022)".This section focuses on the...
Curated Video
HTML Tutorial for Beginners(2022) - Headings in HTML
Learn how to create headings in HTML. Heading levels are from h1 to h6. Add proper heading levels to structure your HTML document correctly. This clip is from the chapter "HTML Basics - Getting Started" of the series "HTML Tutorial for...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Window Object Properties and Functions
This video explains the window object properties and functions. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript...
Curated Video
HTML Tutorial for Beginners(2022) - Make an Image Responsive in HTML
Learn how to make an image responsive in HTML. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page using HTML. We will also look at...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Features in Data Science: Features Dimensions Activity
In this video, we will cover features dimensions activity. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Introduction to Bokeh
In this video, we will cover an introduction to Bokeh. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects)...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Handling Window Authentication Pop-ups with Selenium
This video explains how to handle window authentication pop-ups with Selenium. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Generating Customized XPath from HTML Attributes
This video demonstrates how to generate a customized XPath from HTML attributes. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Fixing the Framework Issues by Tweaking TestNG Extensible Markup Language (XML) File
This video explains how to fix the framework issues by tweaking the TestNG XML file. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Converting Framework into TestNG and Configuring TestNG Extended Module (XM) File
This video explains how to convert a Framework into TestNG and configure the TestNG XM file. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Chrome Driver Options to Configure the Download Path of a Browser
This video explains how to set the Chrome driver options to configure the download path of a browser. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java -...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Best Approach on How to Consolidate Test Cases into Different Classes
This video presents the best approach to consolidate test cases into different classes. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Adding Page Objects and Handling Dynamic Pop-ups on the Home Page
This video explains how to add page objects and handle dynamic pop-ups on the home page. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and...