Terrillo Walls

Product News, Agency News, and Sofware tips

Using Python to resize and get HEX color values from images

Using Python to resize and get HEX color values from images

Learn how to resize images in Python and get the color values from the image.

June 9, 2022

Upgrade your Python code by using Constants

Upgrade your Python code by using Constants

Python Constants are typically used to store values that are used frequently in a program, such as mathematical constants or other values that are used throughout the code.

December 20, 2022

A quick introduction to Python Multiprocessing Pools. Speed up your workflow

A quick introduction to Python Multiprocessing Pools. Speed up your workflow

The difference is that threads run in the same memory space, while processes have separate memory.

June 9, 2022

A quick introduction to using Git/Github — ADD, COMMIT, & PUSH

A quick introduction to using Git/Github — ADD, COMMIT, & PUSH

Git is currently the industry standard. A requirement in any programming environment.

April 2, 2020