My first "hello world" was a blinking light on a breadboard. Now I just type print('hello') and call it a day.
I tried learning to code back in high school around 2008. Didn't have a computer that could run much of anything so I got one of those Arduino starter kits from a friend. Spent three whole afternoons just to get an LED to blink. Had to write the code, upload it through a serial port, and if the voltage was wrong the whole thing would freeze. Felt like a genius when that light finally flashed. Fast forward to last week and I'm learning Python for a side project at work. Typed print('hello world') and it just worked on the first try. No wires, no voltage issues, no frustration. But honestly I kind of miss that feeling of wrestling with the hardware. Made the win way sweeter. Anyone else start on something clunky and feel a little nostalgic for the struggle?