The first time I tried to learn Python, I almost gave up over indentation
I remember back in 2017, I picked up a book on Python and spent a whole weekend trying to figure out why my code wouldn't run. It kept throwing errors about spaces and tabs... and I just couldn't wrap my head around it. I was so used to C-style languages where curly braces did all the work, you know? Now I use an editor that auto-formats everything for me, and it's like night and day. Honestly, I don't think I'd have stuck with coding if I had to fight with indentation back then. But now that I get it, it actually makes the code cleaner to read. Has anyone else had a specific language feature that almost made them quit? I still remember the frustration over something so simple.