8

What will be advantageous on the market in 5 years? What is also simple enough so adult who never programmed can learn?

What will be advantageous on the market in 5 years? What is also simple enough so adult who never programmed can learn?

7 comments

There are two schools of thought on this.

One says, learn something high level like Python or JavaScript. They are the easiest to learn and will ease you into it.
If you're looking for ok skills and not concerned about being a good programmer, then this is probably the best choice.

The other says, learn a low level language like C. It is much harder to learn, but will teach you far more about what is actually going on. It will also force you to learn proper practices. Learning a high lever language first will leave you with bad habits. Learning the proper way to do things will make you a better programmer. Also, once you learn a low level language, picking up new ones, especially high level languages becomes easy.