Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: list from a data file problem
Post: RE: list from a data file problem

i have struggle with the problem and get my solusion: with open("clusters.csv", "r") as data_file: all_words = [] for line in data_file.readlines(): for word in line.split("'. "): ...
Marre General Coding Help 3 2,684 Sep-22-2020, 07:55 AM
    Thread: list from a data file problem
Post: RE: list from a data file problem

I have 4 old python2 programs.I have try to use python3,but it allways complain obout some modules,and print error etc. thats why. But i want to send the csv file to you ,but i dont understand how.Cn ...
Marre General Coding Help 3 2,684 Sep-16-2020, 02:54 PM
    Thread: list from a data file problem
Post: list from a data file problem

hello. i need advice for an simple problem. with open("clusters.csv", "r") as data_file: all_words = [] for line in data_file.readlines(): for word in line.split("'. "): a...
Marre General Coding Help 3 2,684 Sep-15-2020, 06:05 PM
    Thread: generate filename of value and extend
Post: generate filename of value and extend

from PIL import Image import sys rr = input('R > code: ') gg = input('G > code: ') bb = input('B > code: ') filename = ( str(rr)+str(gg)+str(bb) ) suffix = ".png" im.save("/home/marre/X...
Marre General Coding Help 2 2,806 Oct-01-2018, 01:14 PM

User Panel Messages

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