simple text parser?

Brandon J. Van Every vanevery at 3DProgrammer.com
Sun Aug 17 06:56:27 EDT 2003


Irmen de Jong wrote:
> Brandon J. Van Every wrote:
>
>> Can anyone recommend simple text parsers implemented in Python?
>
> You can use Python's own pickle mechanism to serialize almost
> any Python object(s). But you won't be able to read it back
> in if you also want to build it in another language such as C#
> that you mentioned.

I don't care about C# interoperability.  The Python and C# projects will be
completely separate.

> Or you could use a CSV (Comma Separated Values) file format,
> that is easily generated and parsed from Python's csv module
> and should also be easy to do from other languages.

Will look into it.

-- 
Cheers,                         www.3DProgrammer.com
Brandon Van Every               Seattle, WA

20% of the world is real.
80% is gobbledygook we make up inside our own heads.





More information about the Python-list mailing list