How to Rotate and Mirror Images with Python and Pillow (Video)

In this video tutorial, you will learn how to rotate and mirror images with Python and the Pillow package. This is also known as transposing an image. Want to learn more about working with images with Python? Check out my book: Pillow: Image Processing with Python Leanpub – eBooks (epub, mobi and PDF) Gumroad – […]

How to Rotate and Mirror Images with Python and Pillow (Video) Read More »

Python 101 – Type Hinting in Python (Video)

Learn all about type hinting (AKA type annotation) in this tutorial by Mike Driscoll What You’ll Learn  Pros and Cons of Type Hinting Built-in Type Hinting / Variable Annotation Collection Type Hinting Hinting Values That Could be None Type Hinting Functions What To Do When Things Get Complicated Classes Decorators Aliasing Other Type Hints This

Python 101 – Type Hinting in Python (Video) Read More »