From two unequal arrays, i need to compare & delete based on the last value of an array.
Example:
m[0] and n[0] are read form a text file & saved as a array, ...
I consider myself a very beginner at python(and programming in general!), but I am working though "learn python the hard way" by Zed A Shaw and slowing picking things up.
I'm writing ...
Question on Array Comparison by badmrfrosty8 Wed May 26, 2010 12:35 pm Hello, Let me preface by saying I am a total beginner with Python, so super thanks in advance for any help! Problem: I have a list of 2D 6x6 arrays, and a candidate 2D 6x6 array. If an exact copy of the candidate array exists in the list, ...