Python

Is related to the Python Programming language in some way

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 »

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 »

PyCon USA Registration is Open and Tutorials Are Up

The 2012 Python Conference USA opened Registration today. The official announcement doesn’t mention it, but I’m pretty sure there’s an attendance cap on this conference too of 1500 just like last year. You should sign up early not only because of the limited attendance, but because there are “Early Bird” rates which are cheaper! The

PyCon USA Registration is Open and Tutorials Are Up Read More »

Python Voted Best Programming Language 3 Years Running

The Linux Journal readers have good taste. This is the 3rd year that they have voted Python as the Best Programming Language. Oddly enough, C++ is the runner-up. I personally liked C++ when I was in school, but the two languages are quite different. On the other hand, Python interfaces with C/C++ pretty well, so

Python Voted Best Programming Language 3 Years Running Read More »