okk
--
http://mail.python.org/mailman/listinfo/python-list
i wanted to know the difference between copy composed objects and
independent objects
composed objects
>>> firstserie = all_2_digests([’EcoRI’, ’HindIII’, ’BamHI’])
>>> firstserie
[[’EcoRI’, ’HindIII’], [’EcoRI’, ’BamHI’], [’HindIII’, ’BamHI’]]
>>> newserie = firstserie[1:]
>>> newserie
[[’
On Thu, Oct 1, 2009 at 7:55 AM, padmapriya sekaran wrote:
> I have a problem in using interp from numpy for which i need 3 array.
> my first array is
> x = scipy.linspace(0.009,0.53,100)
>
> and the other two array should be read from my file with 100x2 dimension
> (file1_lines) but it is read as
I have a problem in using interp from numpy for which i need 3 array.
my first array is
x = scipy.linspace(0.009,0.53,100)
and the other two array should be read from my file with 100x2 dimension
(file1_lines) but it is read as string instead of two columns
for line in file1_lines:
line =
hii buddies,
Friends there is a wonderful hacking group...thatz Hackers
Lounge...there u can find the practical application of python in
hacking and security related issues...guys..have a look and work with
professional hackers there.
http://groups.yahoo.com/group/hackerslounge
--
http