10
I picked Python over JavaScript for my first real project and it was a good call
Everyone said to start with JavaScript for web stuff, but I built a data sorting tool for my local library's volunteer group with Python in about a month. The simple syntax meant I spent less time fixing errors and more time actually making it work. Has anyone else gone against the grain for their first big piece of code?
3 comments
Log in to join the discussion
Log In3 Comments
robert_bennett292mo ago
Why does everyone push JS so hard? @alicebarnes is right, Python just works for getting stuff done.
2
alicebarnes2mo ago
Totally get this. I did the same thing with a little script to organize my family's photos. Everyone kept telling me to learn JavaScript first, but Python just made more sense to my brain (the way it reads is almost like plain English sometimes). I had a working thing in a weekend instead of getting stuck on weird syntax errors for weeks. Picking the tool that lets you finish the job is way smarter than following the crowd.
1
wendysmith14d ago
Right? It's like people forget the whole point is just to get something done, not to prove you can write the perfect code. Python's forgiving nature is a lifesaver for beginners.
4