Re: readlines() reading incorrect number of lines?

2007-12-20 Thread Wojciech Gryc
;t see the rest of the file, I don't even know how to get to it to fix the problem... Due to the nature of the data I'm working with, manual editing is also not an option. Thanks, Wojciech On Dec 20, 3:30 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Dec 21, 6:48 am, Wojciech G

readlines() reading incorrect number of lines?

2007-12-20 Thread Wojciech Gryc
uld be grateful for any advice as to what I'm doing wrong, or why this may be happening. Thank you, Wojciech Gryc -- http://mail.python.org/mailman/listinfo/python-list

Re: Python "implements " equivalent?

2007-10-04 Thread Wojciech Gryc
Thank you Carl and thank you Jarek. This makes me feel much better -- on to coding, I shall go. :) Thanks again, Wojciech On Oct 4, 11:27 am, Carl Banks <[EMAIL PROTECTED]> wrote: > On Oct 4, 11:11 am, Wojciech Gryc <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I

Python "implements " equivalent?

2007-10-04 Thread Wojciech Gryc
Hi, I recently started using Python and am extremely happy with how productive it's made me, even as a new user. I'm hoping to continue using the language for my research, and have come across a bit of a stumbling block. I'm a seasoned Java programmer and quite a big fan of interfaces... i.e. The