Mike

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 »

wxPython Project Phoenix Documentation Beta Released

The wxPython project’s Phoenix release is slowly coming along. Phoenix is the codename for the new wxPython that will support both Python 2.x and 3.x. Anyway, Andrea Gavana has put together some autogenerated documentation using Sphinx on top of Doxygen. You can read about the announcement including any known issues on the wxPython mailing list.

wxPython Project Phoenix Documentation Beta Released Read More »