Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help me with python read file and save file
Post: RE: Help me with python read file and save file

https://regex101.com ([a-z0-9-]+[a-z0-9_]+[a-z0-9]+(\.[a-z0-9]+)*@[a-z]+(\.[a-z]+)) "1":"[email protected]","p":"password1","r":"PYTHON DEMO OUTPUT","d":"yahoo.com" "2":"[email protected]","p":...
wereak General Coding Help 9 5,871 Apr-02-2019, 04:17 PM
    Thread: Help me with python read file and save file
Post: RE: Help me with python read file and save file

(Apr-02-2019, 08:17 AM)DeaD_EyE Wrote: Just using Pandas solves the current problem, but does not improve the knowledge about Python. You should know how to iterate over lines, how to work with spli...
wereak General Coding Help 9 5,871 Apr-02-2019, 09:28 AM
    Thread: Help me with python read file and save file
Post: RE: Help me with python read file and save file

import json file = open("input.txt", "r") print ("Name of the file is : ",file.name) print(file.read()) with open('input.txt') as f: read_data = f.read() file.closed #a for loop will be created...
wereak General Coding Help 9 5,871 Apr-02-2019, 07:02 AM
    Thread: Help me with python read file and save file
Post: RE: Help me with python read file and save file

i know some basic on writing readlines and readline but i am confuse on how to go about creating a code where it takes what is needed and safe it to the other file Open a file input.txt Read a file i...
wereak General Coding Help 9 5,871 Apr-02-2019, 05:43 AM
    Thread: Help me with python read file and save file
Post: Help me with python read file and save file

ID, email, random letter, Password, random letter, Title, random letter, Email Account Register with. Line 7 has a value "null" so if the null value is found skip the line and continue. ------------...
wereak General Coding Help 9 5,871 Apr-02-2019, 04:43 AM

User Panel Messages

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