You are viewing a single comment's thread from:

RE: 5 Programming Languages to Learn in 2022

in Programming & Dev2 years ago

Python is good for beginners because of its simple syntax but a lot of people recommend starting with C because it teaches you the very basics of programming and how things work under the hood, which popular languages like python and JavaScript won't teach you. I started with C and transitioning into python and JavaScript was very easy for me because the syntax and concepts are very similar (C gave birth to both of them).

Sort:  

Yeah, that is another underlying secret most people don't know yet. They feel C is probably too complex but in the long run, it teaches you the rudiments of programming.

Exactly my point. I found it too complex when I started but now I am glad I started with it