Re: [Tutor] Python 3.6 Extract Floating Point Data from a Text File

2017-04-30 Thread Stephen P. Molnar
On 04/30/2017 02:02 PM, Steven D'Aprano wrote: On Sun, Apr 30, 2017 at 06:09:12AM -0400, Stephen P. Molnar wrote: [...] I would have managed to extract input data from another calculation (not a Python program) into the following text file. LOEWDIN ATOMIC CHARGES -- 0

Re: [Tutor] Python 3.6 Extract Floating Point Data from a Text File

2017-04-30 Thread Steven D'Aprano
On Sun, Apr 30, 2017 at 06:09:12AM -0400, Stephen P. Molnar wrote: [...] > I would have managed to extract input data from another calculation (not > a Python program) into the following text file. > > LOEWDIN ATOMIC CHARGES > -- > 0 C : -0.780631 > 1 H :0.11457

Re: [Tutor] Python 3.6 Extract Floating Point Data from a Text File

2017-04-30 Thread boB Stepp
Hello Stephen! On Sun, Apr 30, 2017 at 5:09 AM, Stephen P. Molnar wrote: > > I am using the Spyder v-3.1.2 IDE and porting a FORTRAN program that I wrote > about 20 years ago to Python Unfortunately, I am very much a novice in > Python . > > I would have managed to extract input data from anothe

[Tutor] Python 3.6 Extract Floating Point Data from a Text File

2017-04-30 Thread Stephen P. Molnar
I am using the Spyder v-3.1.2 IDE and porting a FORTRAN program that I wrote about 20 years ago to Python Unfortunately, I am very much a novice in Python . I would have managed to extract input data from another calculation (not a Python program) into the following text file. LOEWDIN ATO