Python

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 »

An Overview of Image Processing with Python and Pillow (Video)

Learn how to edit and enhance photos using Pillow and the Python programming language. What you’ll learn in this video: Opening Images Extracting Image Information (EXIF) Cropping Rotating Image Enhancement Drawing Adding a GUI and more! Talk Notes / Jupyter Notebook Example Code from Pillow: Image Processing with Python book

An Overview of Image Processing with Python and Pillow (Video) Read More »