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 <btaylordes...@gmail.com> wrote:
> 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 <maskl...@masklinn.net> wrote:
>
> > On 19 déc. 08, at 23:50, Brandon Taylor <btaylordes...@gmail.com>  
> > 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 extending
> > > Django admin, just not working with files this way.
>
> > > I will need to:
>
> > > 1. Read and parse a .csv file. (this I can do)
> > > 2. Unpack a .zip into a directory
> > > 3. Find files with names that correspond to a column in my .csv
> > > 4. Update my database with values from the .csv and the images
>
> > > Advice greatly appreciated!
> > > - Brandon
>
> > It shouldn't be too hard to do what you need with the csv and zipfile  
> > modules from the python stdlib
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to