Mike

Talk Python: Building Desktop Apps with wxPython with Mike Driscoll

A couple of weeks ago, I was on the Talk Python Podcast to talk about creating desktop applications with wxPython. The recording of that talk was released today. We talked about many of the GUI frameworks in Python before turning out attention to my book, Creating GUI Applications with wxPython. You can listen to the

Talk Python: Building Desktop Apps with wxPython with Mike Driscoll Read More »

An Intro to Image Processing with Wand / ImageMagick and Python

ImageMagick is an open-source tool that you can use to create, edit, compose, or convert digital images. It supports over 200 image formats. According to its website, ImageMagick can resize, flip, mirror, rotate, distort, shear, and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses, and Bézier curves. For

An Intro to Image Processing with Wand / ImageMagick and Python Read More »