[Tutor] Pointers Towards Appropriate Python Methods

Alan Gauld alan.gauld at btinternet.com
Sun Sep 29 14:49:51 EDT 2019


On 29/09/2019 19:28, Stephen P. Molnar wrote:
> At this point what I would like are pointers towards python method for 
> processing a large number of data files. I'm not asking anyone to write 
> the coed for me.


While waiting for something more specific you might find the fileinput
module worth reading about, it is designed for processing multiple files.


Alan G


More information about the Tutor mailing list