[Tutor] fix overwriting issue

2018-02-06 Thread renukesh nk
Hi, i am facing issue while writing files to a folder, where the files get overwrite if they have same file names , so any help me to fix thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options:

Re: [Tutor] CSV row and column width automation

2018-01-19 Thread renukesh nk
Hi, Does Web2py framework supports Python version 3.6 ? On Wed, Jan 3, 2018 at 11:01 AM, renukesh nk <renukeshn...@gmail.com> wrote: > Hi, > > Is there any way to automatically set the column and row width in a CSV > file thr

[Tutor] CSV row and column width automation

2018-01-03 Thread renukesh nk
Hi, Is there any way to automatically set the column and row width in a CSV file through python script ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] script guidance

2017-10-23 Thread renukesh nk
i want to download zip files from website , my script first lists all the url links to a text file and then fetches each url and tries to download zip files. but i am getting error as below: Running script.. https://sagamusix.dehttps://

Re: [Tutor] script guidelines

2017-10-06 Thread renukesh nk
currently m using pycharm , interpreter = python 3.6 i am getting th error as below, what might be the reason for this. UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 159: character maps to On Tue, Oct 3, 2017 at 2:18 PM, renukesh nk <renukeshn...@gmail.com>

[Tutor] script guidelines

2017-10-03 Thread renukesh nk
requirement: i have a directory , that contains multiple sub directories, each sub directory has multiple text and log files, my script fetches the required lines from all the sub directories and stores it in one text file. but i want it to store separate text file for each sub directory ,after