For random little scripts and small projects
I stumbled across a seemingly impossibly lucky seed in The Binding of Isaac. I had to see for myself just how lucky I got (Spoiler: about 1 in 1,409,244)
I had never messed with an esolang before, so I decided to try out brainfuck. Maybe I'll write an interpreter someday.
My friend shared a fun algorithm problem with me and I had an itch to solve it in Python
A friend of mine has a really neat 8x8x8 voxel grid of LEDs that can be controlled via Python. I wanted to write some scripts for him to run on it.
My 313 professor introduced us to scapy as a means of working with packets in Python. I decided to try my hand at creating an ARP spoofer to perform a man-in-the-middle attack