[Ilugc] What data structure in python should I use

  • From: rmathews@xxxxxxxxx (Roshan Mathews)
  • Date: Fri Jan 15 12:59:52 2010

On Fri, Jan 15, 2010 at 12:25 PM, Eknath Venkataramani
<eknath.iyer@xxxxxxxxx> wrote:

By variable I mean:
?the word "confident' has 8 probable meanings
while "consumers" has only three. So I can't split the file on the basis of
number of lines for each record.

Simplest things will be to just generate that file in a way you can
parse.  JSON is a good format.

Else you'll need to parse it.

Other related posts: