DEV Community

Discussion on: what programming language should you learn?

Collapse
 
mattryanmtl profile image
Matt Ryan

Good read!

When I am asked this question, I like to recommend python for a pure beginner. It's not only a good intro language but also popular.

From there I recommend Java to get a grasp on OOP principles, and it is also very popular.

With a good understanding of python and java, one can pursue learning other languages with ease.

Collapse
 
alexgwartney profile image
Alex Gwartney

Thanks! Im glad you enjoyed it. And yea defantly if you are just learning to code and never touched a line of it in your life. Python and java are the best places to just get your feet wet. I started on java when I was in school and then branched out to others from there. It really helps give you a solid understand of oop as well. And its nice for when you go into other languages that do not use it directly. But it helps understand the sytnact sugar stuff they add.