Very Nice.
Em sex, 16 de jun de 2017 às 13:30, Terry Reedy escreveu:
> https://thenewstack.io/instagram-makes-smooth-move-python-3/
> --
> Terry Jan Reedy
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
--
https://mail.python.org/mailman/listinfo/python-list
I did a little writeup for setting PyVISA up in Windows. It's not exactly
polished, but it can get you through the difficult bits. If you need any
additional help, leave comments/questions on my blog.
http://psonghi.wordpress.com/2011/03/29/pyvisa-setup-in-windows/
> On Friday, April 01, 2011 1
Thanks a lot! This is what I ended up with.
(I would like to get rar archive support, but browsing the web it looks
like rar support isn't in any python library (yet)) :-( Anyway, I was
able to use the below code unchanged to create thumbnails in nautilus
based on the first .jpg file in a .zip ar
Thanks everyone.
One last thing (I hope).
How can I get the name of just the first file in a zipfile? I see
routines to list all the files in a zip archive, but I don't see any to
list only the first, or only the second, etc. It doesn't look like
zipfile is storing info in a useful array that I
.ANTIALIAS)
> image.save (file + '.thumb.png')
> except:
> print 'Skipping file', file
>
> Links:
> http://docs.python.org/lib/lib.html - Python Library Reference
> http://www.pythonware.com/library/pil/handbook/image.htm - The Image
> Mod
Hi.
I'm looking for a small script that will take a .zip archive and pull
the first .jpg from the archive and convert it to a .png.
The reason for this is I want to have tuhmbnails for these archives in
nautilus under gnome. I would like something similar to the following
code, which will pull