S
22

Changed my mind about learning Python vs JavaScript first

I was set on starting with JavaScript because everyone said it was easier for web stuff, but a free online course from freeCodeCamp made me switch to Python. After doing their first 10 lessons, the way Python reads like plain English just clicked for me way faster. Has anyone else picked a first language and then totally switched after trying a different one?
3 comments

Log in to join the discussion

Log In
3 Comments
oliviagrant
Consider how the first language you click with shapes your whole idea of what "easy" even means.
1
shane655
shane6553mo ago
My first C++ class broke my brain for months.
8
hannahk19
hannahk192mo ago
Was your C++ class taught by someone who only spoke in binary? I started with Java and thought all code needed ten lines of boilerplate just to say hello. Then I saw a Python script that did the same thing in one line, no curly braces in sight. It's like learning to drive in a tank and then finding out bikes exist.
-1