Re: [Tutor] Writing to a file

2018-01-19 Thread Steven D'Aprano
On Fri, Jan 19, 2018 at 12:58:10PM -0500, Bob Gailer wrote: > = > > On Jan 18, 2018 5:45 PM, "Devansh Rastogi" wrote: > > > > Hello, > > > > I'm new to python and programming as > > > > from collections import Counter > > import json > > > I don't see any value for having a class. All you need ar

Re: [Tutor] Writing to a file

2018-01-19 Thread Bob Gailer
= On Jan 18, 2018 5:45 PM, "Devansh Rastogi" wrote: > > Hello, > > I'm new to python and programming as > > from collections import Counter > import json > I don't see any value for having a class. All you need are functions and global variables > class Files: > def __init__(self, filename):

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 wrote: > Hi, > > Is there any way to automatically set the column and row width in a CSV > file through python script > > > ___ Tutor maillist - Tu