What code language to learn at first

2 points by a_bytecycle ↗ HN
I have toyed with Vanilla JS in the past and like the syntax, I have also looked into Python. I do not have a specific niche I plan to work in just want to be well rounded. What would you all recommend I learn first?

3 comments

[ 4.1 ms ] story [ 15.0 ms ] thread
Python is a good choice.

It is probably the best language for passing Leetcode style interviews

Well-rounded is a heck of a term. If you want to learn fundamentals, in terms of how a computer actually works, learn c. There’s a lot of different programming paradigms. But if you actually want to understand what’s happening underneath it all, so that things don’t seem like magic, the best place to begin is at the bottom.