Back when I started, I had to pick between Python and Java for my first real project
This was about 8 years ago, and I was building a simple app to track my gym workouts. I read a ton of articles saying Java was better for 'real' software, but Python looked way easier to read. I went with Python because the setup was simpler; I just installed it and started typing in a file called 'workout_tracker.py'. Honestly, it was the right call. I had a basic version running in a weekend, which kept me from getting frustrated and quitting. The syntax felt like writing plain English, so fixing my own mistakes was less of a headache. Looking back, starting with something that gave me quick wins was huge for sticking with coding. Anyone else face a similar choice between the 'industry standard' and the beginner-friendly option when they were starting out?