AI · 59
OS · 169
Packages · 147
Programming · 146
Concepts · 16
1 page tagged beautifulsoup.
beautifulsoup
Parse, search, and mutate HTML/XML with BeautifulSoup 4. Covers parser choice (html.parser/lxml/html5lib), find/find_all/select, tree navigation, attribute access, and pairing with requests/httpx/playwright for end-to-end scraping.