// now
Workbench
What's actively being built right now.
Nothing on the bench at the moment — everything's flying. 🛠️
Browse all builds →// latest builds
◆ Complete
2017-02-19·portfolio / code / exfs
Python Image Rotation Correction Script (EXFS Data Editing)
This script is written in python to perform EXFS corrections of digital photos. This script traverses the specified directory, stores all images, then…
◆ Complete
2017-02-18·code / python / programming
Image Magic: Python Powered Digital Photo Frame On Raspberry Pi
I was looking for a quick way to scan every photo on my media server, and display them one at a time in a photo slideshow. I wanted a python program to…
◆ Complete
2017-01-21·news
Python Cheat Sheets: Uncommon Methods
This is a quick list of uncommon methods in Python. #Set Method - Eliminates duplicates set(my_list)