Announcing: Automating Excel with Python Kickstarter

Automating Excel with Python will be Michael Driscoll’s 10th Python book! This book’s primary goal is to help you automate the creation, editing, and reading of Excel spreadsheets using the Python programming language. You can purchase early access to the book on Kickstarter as well as get exclusive perks there such as T-shirts, signed copies […]

Announcing: Automating Excel with Python Kickstarter 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 »

Python 101: Exception Handling (Video)

In this video tutorial, you will learn how exception handling works in Python. Specifically, you will learn the following: Common exceptions Handling exceptions Raising exceptions Examining exception objects Using the finally statement Using the else statement If you prefer to read a tutorial, you might be interested in this: Python 101 – Exception Handling Want

Python 101: Exception Handling (Video) Read More »

PyInstaller – How to Turn Your Python Code into an Exe on Windows

You have just created an awesome new application. Maybe it’s a game or maybe it’s an image viewer. Whatever your application is, you want to share it with your friend or a family member. However, you know they won’t know how to install Python or any of the dependencies. What do you do? You need

PyInstaller – How to Turn Your Python Code into an Exe on Windows Read More »