T
1

Why does nobody talk about how much better Python is than JavaScript for your first language?

I tried to learn with JavaScript for about three months and kept getting stuck on weird syntax rules and browser errors. Then I switched to Python and wrote a simple script to rename all my photos in a folder in under an hour. The code just made sense because it reads like plain English. Has anyone else felt this huge difference when they picked their first language?
2 comments

Log in to join the discussion

Log In
2 Comments
sam_rivera
sam_rivera1mo ago
Oh man, my buddy had the exact same thing happen! He spent weeks fighting with JavaScript just to make a button change color, and it never worked right. He switched to Python on a whim and built a little weather app in an afternoon. It's crazy how much smoother it is when you're not battling the language itself, right?
4
iris_ellis
iris_ellis1mo ago
Python's just as messy for web stuff, @sam_rivera.
0