A Python toolkit for converting and parsing a specific Pahlavi language corpus from source CSV/TSV files into a memory-loaded, object-oriented format suitable for linguistic analysis. This project was ...
The Open Document Format (ODF) Alliance is designed for sharing information between different word processing applications. This article highlights the basic structure of ODF files, some internals of ...
GitHub

XARF v4 Python Parser

This library is currently in alpha development (v4.0.0-alpha). It supports the core XARF v4 categories with full parsing, validation, and generation capabilities.
The "horrible thing" in developer Erik Rose's talk from this year's PyCon is the Mediawiki syntax, but that's just a jumping off point for one of the best overviews of data parsing that I've run ...
I'm about 98% done building an app for parsing a certain network vendor's XML dumps, and need some help with group objects I know I should have used etree, but minidom seemed too straight forward to ...
Search engine crawl data found within log files is a fantastic source of information for any SEO professional. By analyzing log files, you can gain an understanding of exactly how search engines are ...
I'm currently converting a whole lot of IP address data from some quite ghastly flat files.<BR>Ghastliness aside, I'm trying to sort out a way to check each IP listed to check if it's a subnet address ...