Re: Help with batch processing

2008-12-20 Thread Jeff FW
Check out: http://www.doughellmann.com/PyMOTW/contents.html He's got tutorials on quite a lot of the python stdlib--very handy resource. csv and zipfile are on there. -Jeff On Dec 19, 9:40 pm, Brandon Taylor wrote: > I've been looking at the methods from those libs.

Re: Help with batch processing

2008-12-19 Thread Brandon Taylor
I've been looking at the methods from those libs. Glad to know I'm on the right track. Thanks, b On Dec 19, 7:27 pm, Masklinn wrote: > On 19 déc. 08, at 23:50, Brandon Taylor   > wrote: > > > Hi everyone, > > > My client needs some batch

Re: Help with batch processing

2008-12-19 Thread Masklinn
On 19 déc. 08, at 23:50, Brandon Taylor wrote: > Hi everyone, > > My client needs some batch processing capabilities that I haven't > coded in Python/Django yet, and I need advice on the best way to read > images contained in a .zip file. I'm pretty comfortable

Help with batch processing

2008-12-19 Thread Brandon Taylor
Hi everyone, My client needs some batch processing capabilities that I haven't coded in Python/Django yet, and I need advice on the best way to read images contained in a .zip file. I'm pretty comfortable extending Django admin, just not working with files this way. I will need to: 1. Read and