eBook Review: Modern Tkinter for Busy Python Developers

I recently bought Modern Tkinter for Busy Python Developers by Mark Roseman from Amazon and just finished it yesterday. I think it’s pretty new, but I can’t find the release date for it now. Anyway, let’s get on with the review! Quick Review Why I picked it up: I bought this book because I’d been […]

eBook Review: Modern Tkinter for Busy Python Developers Read More »

eBook Review – Guide to: Learning Iteration and Generators in Python

Last month around the time of PyCon USA 2012, Matt Harrison sent me a copy of his newest book, Guide to: Learning Iteration and Generators in Python. I’ve been wanting to learn more about generators anyway, so I thought this was pretty fortuitous. Sadly, it took me a month to get around to reading it.

eBook Review – Guide to: Learning Iteration and Generators in Python Read More »

Python Books for Sale

I got a new job recently which requires me to move across several states, so I have decided to sell a few of the Python programming books I’ve bought the last few years. For some reason, eBay’s search is broken at the time of this writing, so I’ll just list what I’m selling here with

Python Books for Sale Read More »

PyCon 2012 Videos Are Up!

The PyCon USA talk videos are finally starting to come online. You can check them out here: http://pyvideo.org/category/17/pycon-us-2012. I’m wondering why they chose this over the miro site that they’ve been using for the last few years. Maybe someone in the know can comment on that. I noticed the streams I linked to seemed to

PyCon 2012 Videos Are Up! Read More »

PyCon USA 2012 is Here

In case you didn’t realize it, PyCon has officially started today in Santa Clara, CA. Sadly my organization was too slow footed to secure a ticket for me, so I won’t be there to report on what’s going on this year. Instead, I’ll try to post links to other people’s blogs so you can get

PyCon USA 2012 is Here Read More »

Reportlab: Converting Hundreds of Images Into PDFs

I was recently asked to convert a few hundred images into PDF pages. A friend of mine draws comics and my brother wanted to be able to read them on a tablet. Alas, if you had a bunch of files named something like this: ‘Jia_01.Jpg’, ‘Jia_02.Jpg’, ‘Jia_09.Jpg’, ‘Jia_10.Jpg’, ‘Jia_11.Jpg’, ‘Jia_101.Jpg’ the Android tablet would reorder

Reportlab: Converting Hundreds of Images Into PDFs Read More »