DEV Community

Discussion on: What was the first thing you did with a programming language that made you happy?

Collapse
 
crenshaw_dev profile image
Michael Crenshaw

I wrote a console app with Python and PyGame to build a mosaic from an input image and a collection of "tile" images.

It worked from top-left to bottom-right, so as the pool of available tiles diminished, the accuracy got quite bad. But it felt like the first "useful" thing I coded.