[Tutor] first python program to find citeulike duplicates

2008-11-20 Thread Suresh Krishna
hi everybody, i wrote this to solve the problem of exact duplicate entries in my citeulike library, that i wanted to remove. so i exported my entries in ris format, and then parsed the entries to find exact duplicates based on matching fields. the exact duplicates came about because i

Re: [Tutor] first python program to find citeulike duplicates

2008-11-20 Thread A.T.Hofkamp
Suresh Krishna wrote: it works (i think), but since this is my very first python program, i would really appreciate feedback on how the program could be improved.. First of all, welcome, new Python programmer, My main trouble with the program is lack of structure, some lines deal with