Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99612

Re: reading from a txt file

Newsgroups comp.lang.python
Date 2015-11-26 17:24 -0800
References <175ab5d2-d8e3-44e7-a71f-88b3153daf89@googlegroups.com>
Message-ID <1e567393-3750-43f2-8e7c-6e92f687ce9f@googlegroups.com> (permalink)
Subject Re: reading from a txt file
From Pedro Vincenty <vincentypedro@gmail.com>

Show all headers | View raw


All were really helpful thanks a lot.  Now I'm interested in identifying a particular index after being able to print out each word.  Printing each word to the console I have : 

['METEOSAT-7']
['1', '24932U', '97049B', '15319.57839525', '.00000058', '00000-0', '00000+0', '0', '9994']
['2', '24932', '9.9015', '42.7484', '0001500', '224.8381', '52.7416', '1.00266716', '66645']

It seems awkward because I was expecting to have brackets only outside of all the words.  I would like to identify one of these words.  Thanks again!

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

reading from a txt file vincentypedro@gmail.com - 2015-11-26 12:34 -0800
  Re: reading from a txt file Denis McMahon <denismfmcmahon@gmail.com> - 2015-11-26 20:50 +0000
  Re: reading from a txt file Jason Friedman <jsf80238@gmail.com> - 2015-11-26 14:04 -0700
  Re: reading from a txt file Gary Herron <gherron@digipen.edu> - 2015-11-26 13:01 -0800
  Re: reading from a txt file Pedro Vincenty <vincentypedro@gmail.com> - 2015-11-26 17:24 -0800
    Re: reading from a txt file Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-11-26 21:44 -0500

csiph-web