Books

Books that I’ve read, reviewed or cited for this article

Announcing: Image Processing with Python Kickstarter

I am happy to announce my latest book project, Pillow: Image Processing with Python. This book will teach you how to use Pillow, the “friendly” fork of the Python Imaging Library (PIL).  You can purchase early access to the book on Kickstarter as well as get exclusive perks there such as T-shirts, signed copies of […]

Announcing: Image Processing with Python Kickstarter Read More »

ReportLab 101: Intro to the Canvas (Video)

In this video, you will get an introduction to ReportLab’s Canvas object. You use ReportLab to create PDFs using Python and this tutorial will show you one way to accomplish that Want to learn more about working with PDFs in Python? Then check out my book: ReportLab: PDF Processing with Python Purchase now on Leanpub

ReportLab 101: Intro to the Canvas (Video) Read More »

Python 101 – Exception Handling

Creating software is hard work. To make your software better, your application needs to keep working even when the unexpected happens. For example, let’s say your application needs to pull information down from the Internet. What happens if the person using your application loses their Internet connectivity? Another common issue is what to do if

Python 101 – Exception Handling Read More »