I picked Python over JavaScript for my first real project and people told me I was making a mistake
Honestly, when I started my first web app six months ago, everyone in my online study group said I had to learn JavaScript first. They said Python was for data stuff and I'd be lost trying to build a site with it. But I picked Python with the Flask framework because the code just made more sense to me, the way it reads almost like plain English. I spent about three weeks building a simple task list app that could save notes. It wasn't fancy, but I got it working and hosted it on a free service. The big win was that because I understood the basics so well, I could actually focus on how the web parts worked, like routes and forms, instead of fighting with weird syntax errors. Sure, I had to learn a little JavaScript later to make the front end nicer, but starting with Python gave me the confidence to keep going. Has anyone else gone against the grain for their first language and had it work out okay?