20
I had to pick between learning Python or JavaScript first and it was a big deal
So I finally decided to learn to code about four months ago, and right away I hit a wall. Every guide said to pick a first language, and everyone argued about Python or JavaScript. I spent like three whole days just reading and watching videos, totally stuck. I went with Python because a friend who's a developer told me it was 'gentler for thinking like a programmer.' I started with a free course on Codecademy and built a stupid number guessing game after two weeks. Honestly, it was tough at first but things started to click way faster than I thought. The clear error messages in Python really saved me from giving up a bunch of times. Now I'm trying to make a little script to organize my photo files and it's actually working. Has anyone else made that first language choice and had it work out better or worse than you expected?
3 comments
Log in to join the discussion
Log In3 Comments
quinn_wood26d ago
I remember that "gentler for thinking" line too, and honestly I needed all the gentleness I could get. My first script tried to rename files and just deleted a whole folder of vacation photos instead. Starting with clear error messages probably saved my marriage.
8
the_wesley20d ago
I used to tell people it didn't matter at all, that the first language was just a tool. But hearing stories like yours about Python's clear errors making the difference between sticking with it or quitting, I've changed my mind. That early win with a simple game is huge for keeping momentum. The right first choice can build the confidence you need to push through the harder stuff later.
3
the_andrew26d ago
Man, that's so real. Those clear error messages are a total lifesaver when you're starting out.
2