Compare list entry from csv files

Anatoli Hristov tolidtm at gmail.com
Fri Nov 30 04:29:09 EST 2012


> As I said before, process both files into lists, one that you treat as
> constant (and therefore capitalized) and the other containing the data
> you intend to modify.
>
> It'd be much cleaner if you did all that input file parsing stuff in one
> function, returning only the lists.  Call it just before calling
> name_find().  Similarly, the part you have at the end belongs in a
> different function, called just after calling name_find().
>
> There's lots of other stuff that should be cleaner, but you've ignored
> nearly all the suggestions from various people.

I'm not ignoring anything I just need more time :) I will clean all up
and will keep you updated - I promise


Regards

Anatoli



More information about the Python-list mailing list