Re: [Tutor] Fwd: how to sort the file out

2011-09-07 Thread lina
On Wed, Sep 7, 2011 at 2:25 PM, Hugo Arts wrote: > forgot to forward this to list, sorry. > > > -- Forwarded message -- > From: Hugo Arts > Date: Wed, Sep 7, 2011 at 8:24 AM > Subject: Re: [Tutor] how to sort the file out > To: lina > > > On Wed, Sep 7, 2011 at 8:16 AM, lina wro

Re: [Tutor] Fwd: how to sort the file out

2011-09-07 Thread lina
On Wed, Sep 7, 2011 at 2:57 PM, lina wrote: > On Wed, Sep 7, 2011 at 2:25 PM, Hugo Arts wrote: >> forgot to forward this to list, sorry. >> >> >> -- Forwarded message -- >> From: Hugo Arts >> Date: Wed, Sep 7, 2011 at 8:24 AM >> Subject: Re: [Tutor] how to sort the file out >> To

Re: [Tutor] how to sort the file out

2011-09-07 Thread Peter Otten
lina wrote: > HI, I have two files, one is reference file, another is waiting for adjust > one, > > File 1: > > 1 C1 > 2 O1 [...] > 33 C19 > 34 O5 > 35 C21 > > File 2: > 3 H16 > 4 H5 [...] > 39 H62 > 40 O2 > 41 H22 > > I wish the field 2 from file 2 arranged the same sequence as the field > 2

Re: [Tutor] how to sort the file out

2011-09-07 Thread lina
On Wed, Sep 7, 2011 at 4:52 PM, Peter Otten <__pete...@web.de> wrote: > lina wrote: > >> HI, I have two files, one is reference file, another is waiting for adjust >> one, >> >> File 1: >> >> 1 C1 >> 2 O1 > [...] >> 33 C19 >> 34 O5 >> 35 C21 >> >> File 2: >> 3 H16 >> 4 H5 > [...] >> 39 H62 >> 40 O2

[Tutor] how obsolete is 2.2?

2011-09-07 Thread c smith
I found a book at the local library that covers python but it's 2.2. I already have been using 2.7 for basic stuff and would like to know if it's worth my time to read this book. Are there any glaring differences that would be easy to point out, or is it too convoluted? Also, am I correct in thinki

[Tutor] how obsolete is 2.2, and a pickle question

2011-09-07 Thread c smith
I found a book at the local library that covers python but it's 2.2. I already have been using 2.7 for basic stuff and would like to know if it's worth my time to read this book. Are there any glaring differences that would be easy to point out, or is it too convoluted? Also, am I correct in thinki

Re: [Tutor] how obsolete is 2.2?

2011-09-07 Thread Stefan Behnel
Hi, please don't repost your question before waiting at least a little for an answer. c smith, 08.09.2011 05:26: I found a book at the local library that covers python but it's 2.2. That's way old then. It won't teach you anything about the really interesting and helpful things in Python,