Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Trying to make column based file from text file
Post: RE: Trying to make column based file from text fil...

(Jul-16-2019, 02:16 PM)ichabod801 Wrote: I would look at our Free Python Resources page. Thank You!
scor1pion General Coding Help 7 3,481 Jul-16-2019, 02:43 PM
    Thread: Trying to make column based file from text file
Post: RE: Trying to make column based file from text fil...

Ok, thank you for your time and providing the outline. Would you be able to direct me to a good source of training material that I could use for guidance?
scor1pion General Coding Help 7 3,481 Jul-16-2019, 01:03 PM
    Thread: Trying to make column based file from text file
Post: RE: Trying to make column based file from text fil...

Realized I wasn't opening file thought maybe that was cause of it...but still didn't work rows = [] mode = 'nowhere' with open('PYTHON GDL Resources.txt', 'r') as file: for line in file: ...
scor1pion General Coding Help 7 3,481 Jul-16-2019, 12:04 AM
    Thread: Trying to make column based file from text file
Post: RE: Trying to make column based file from text fil...

Hi Ichabod, Thank you for your reply. I'm sure its just my lack of understanding as this is all very new to me still. I have been taking classes through the datacamp site...still have a couple of c...
scor1pion General Coding Help 7 3,481 Jul-15-2019, 10:31 PM
    Thread: Trying to make column based file from text file
Post: Trying to make column based file from text file

Hello, I've been trying to learn python for one reason. I get a several hundred page report at work that looks like this: RMDS1.GPCAN.* APADMIN NONE Auditing: FA...
scor1pion General Coding Help 7 3,481 Jul-15-2019, 06:29 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020