Differences between revisions 8 and 13 (spanning 5 versions)
Revision 8 as of 2021-11-20 21:58:16
Size: 558
Comment:
Revision 13 as of 2022-05-02 15:41:29
Size: 845
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
== Parsers ==

 * [[Python/HtmlParser|html.parser (HTML)]]
 * [[Python/BeautifulSoup|Beautiful Soup (HTML)]]
 * [[Python/Pdfminer|pdfminer (PDF)]]
 * [[Python/XmlSax|xml.sax (XML)]]
 * [[Python/XmlDomMinidom|xml.dom.minidom (XML)]]
 * [[Python/LxmlEtree|lxml.etree (XML)]]


Python (last edited 2025-12-23 05:22:18 by DominicRicottone)