Python

Joshua on March 12th, 2011

Programming Python, 4th Edition by Mark Lutz continues to be an excellent book for Python programmers of all levels. If you are new to Python you definitely want to start with Learning Python or some other introductory book. Once you are familiar with the basics Programming Python should be your next step.  While the author […]

Continue reading about Review: Programming Python by Mark Lutz

Joshua on November 30th, 2009

I’ve long been fascinated by photo mosaics (using small images to create a larger image), so I was pretty excited when I ran across PyMos. PyMos is a Python module that makes mosaics using both your choice of image and choice of tiny images to build it with. Just install it as you would any […]

Continue reading about Photo Mosaics with PyMos

Joshua on July 27th, 2009

If you know me, you know that we take a lot of pictures.  You’ll also likely have heard me say something along the lines of “There will be a whole generation of kids who grows up and as adults have no photos of themselves when they were young.”  Or something like “There are only two […]

Continue reading about Flickr Metadata Downloader in Python