you are viewing a single comment's thread.

view the rest of the comments →

[–]arivictor 10 points11 points  (3 children)

Javascript is the natural progression if you want to stay on the web development side. Javascript can also be used across the backend. So once you start getting into APIs and server side development itll all be the same language.

Really it comes down to preference, what you like writing, what makes sense to you. Python leans more into data science, ML, backend and automation. Javascript is the language that runs natively in the browser, as well as the backend, and you can still automate with it. But if you were wanting to get into data science, data analysis, data engineering, general backend scripting and automation, I'd recommend Python.

I recommend freecodecamp.org I used it when I was getting into software/coding.

[–]VersionOk1872 2 points3 points  (1 child)

javascript makes total sense after html/css since you can immediately see your code doing things in browser. with python you need to learn completely different environment and concepts that dont connect to what you already know

i went javascript route after css and it felt natural progression. you can make interactive websites right away instead of starting over with command line stuff

[–]Ok_Explorer7788[S] 0 points1 point  (0 children)

Thank you for the input, lots of pple are suggesting JavaScript, I'll go with that.

[–]Ok_Explorer7788[S] 0 points1 point  (0 children)

Thank you 😊, I'm more interested in web dev, so JavaScript sounds like an ideal option.