List of useful Python Packages
- Regular Expressions -- re
- Very powerful but takes a bit getting used to - Perl hackers should have no problems
- Parsing HTML -- lxml | lxml+xpath
- Install from binaries for Windows platform
- lxml expects a clean xml, use regular expressions if your input aren't clean
- Logging -- logging
- GUI -- Tkinter | WxPython | Other GUI Toolkits
- JSON-driven GUI -- why? | pytkgen
- JSON schema -- why? | jsonschema | examples | other implementations
No comments:
Post a Comment