Python 101: 2nd Edition is FREE for PyCon 2021!

I am making Python 101: 2nd Edition free during PyCon 2021. This sale will end, Monday, May 17th, 2021. You can get the book free using the following links: Leanpub – https://leanpub.com/py101/c/pycon Gumroad – https://gumroad.com/l/pypy101/pycon Or pay what you want starting at $5 using this link: https://gumroad.com/l/pypy101 If you like the eBook and you’d like […]

Python 101: 2nd Edition is FREE for PyCon 2021! 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 »

Python 201: The functools Module (Video)

I recently did a talk on Python’s neat functools module. This screencast covers the majority of the module: Caching cache lru_cache total_ordering partial reduce singledispatch wraps   Related Reading Mouse Vs Python – Partial Functions Real Python: Python’s reduce(): From Functional to Pythonic Style Mouse Vs Python – Function Overloading with singledispatch Mouse Vs Python

Python 201: The functools Module (Video) Read More »