[Tutor] How to handle passwords in programs that perform FTP processes?

2018-01-03 Thread boB Stepp
Python 2.4, Solaris 10. I have several programs that must transfer files from our Solaris 10-based intranet to our Windows-based intranet. They each have their own shell script to perform these file transfers, each customized for each program. Today I wrote a Python 2 program using the ftplib mo

Re: [Tutor] CSV row and column width automation

2018-01-03 Thread Alan Gauld via Tutor
On 03/01/18 05:31, renukesh nk wrote: > Is there any way to automatically set the column and row width in a CSV > file through python script I'm not sure what you mean. CSV files don't have widths, they are just sequences of data strings separated by commas. Each piece of data takes as much space

[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