32secondsofcode

How to define a function in python? Functions in Python part 01.

How to diff (or subtract) two images in Python using PIL?

How to pass arguments to functions in Python? Functions in Python part 02.

How to crop an image using Python and PIL?

How to flip / mirror an image in Python using PIL?

How to create a thumbnail in Python/PIL?

How to handle positional arguments with sys.argv? Python/CLI

How to put text on a picture in Python using PIL?

How to filter a list of dictionaries in Python?

How to resize/scale an image in Python using PIL?

How to darken or brighten an image in Python using PIL?

How to use itertools.groupby in Python?

How to combine images in Python using PIL?

How to find average/median color in Python using PIL?

How to grayscale or colorize an image in Python using PIL?

How to create new picture in Python using PIL?

How to rotate an image in Python using PIL?

How to create a picture with colorful background in Python using PIL?

How to handle keyword arguments with sys.argv? Python/CLI

How to use image filters in Python/PIL?

How to filter a list in Python?

Python/CLI #1 – sys.argv

Python/CLI #2 – sys.stdin