kumar s wrote:
> Here is my code:
spot_cor=[]
Create an empty list...
for m in cor:
Now, for each element in some other list from somewhere else,
... cols = split(cor,'\t')
Ignore the element we've just isolated and try to split the entire
list on '\t' ...
Traceback (most recent call last):
At 09:50 AM 12/9/2004, kumar s wrote:
[snip]
Personally I am getting weary of a lot of requests that to me seem to come
from a lack of understanding of Python.. Would you be willing to take a
good tutorial so you understand basic Python concepts and apply them to
your code.
I also despair that
764-7321
E-mail: [EMAIL PROTECTED]
Linux User Number: #201204
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of kumar s
Sent: Thursday, December 09, 2004 11:51 AM
To: [EMAIL PROTECTED]
Subject: [Tutor] Difference between for i in range(len(object)) and for
i
Dear group,
My Tab delimited text looks like this:
HG-U95Av2 32972_at432 117
HG-U95Av2 32972_at499 631
HG-U95Av2 32972_at12 185
HG-U95Av2 32972_at326 83
HG-U95Av2 32972_at62 197
I want to capture: co