6 min read
XPath Cheat Sheet for Web Scraping
This Cheat Sheet covers only the basics of how to use XPath to locate elements from the HTML markup
This Cheat Sheet covers only the basics of how to use XPath to locate elements from the HTML markup
Selection sort is an algorithm that selects the smallest element from an unsorted list in each iteration and placed that element at the beginning of the unsorted list.