One thing that I've noticed is that there is no structure to your data.
Some have missing *fields* -so making the use of regex out of the question.

Without seeing your code, I'd suggest saving the data as a separated value
file and parse it. Python has a good csv support.

Get this one sorted out first then we can move on to the nested list.

Good luck.
Evans
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to