Differences between revisions 4 and 11 (spanning 7 versions)
Revision 4 as of 2021-11-18 08:27:14
Size: 360
Comment:
Revision 11 as of 2022-05-02 15:38:34
Size: 752
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
== Programming paradigms == == Tool chain ==

 * [[Python/Installation|Installation]]
 * [[Python/Pip|pip]]
 * [[Python/Venv|venv]]
 * [[Python/Unittest|unittest]]



== Applications and Servers ==

 * [[Python/UWSGI|uWSGI]]
 * [[Python/MoinMoin|MoinMoin]]



== Language ==
Line 16: Line 32:
== Libraries == == Parsers ==
Line 18: Line 34:
 * [[Python/DunderFiles|Dunder Files]]  * [[Python/Pdfminer|pdfminer (PDF)]]
 * [[Python/HtmlParser|html.parser (HTML)]]
 * [[Python/XmlSax|xml.sax (XML)]]
 * [[Python/XmlDomMinidom|xml.dom.minidom (XML)]]
Line 22: Line 41:
== Tool chain == == Creating Libraries ==
Line 24: Line 43:
 * [[Python/Venv|venv]]
 * [[Python/Unittest|unittest]]
 * [[Python/DunderFiles|Dunder Files]]
 * [[Python/SetupFiles|Setup Files]]

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