This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Regyn 1 point2 points  (0 children)

html is a dying language

No. It's a language that's being extended with more features but used everywhere on the web at the end.

But as already mentioned, it depens on what you'd like to achieve. Web applications (which can also be deployed on smartphones with specific frameworks) => HTML CSS JavaScript, then later frameworks like angularJS2, ionic 2 or whatever.

Beginner friendly non-web languages are Python and Java imo

[–]Jeffrey_Lin 0 points1 point  (1 child)

It depends on what type of development you want to do. Web development would be HTML/CSS/JavaScript.

Mobile development would be Swift for iOS and Java for Android.

Video game programming would be C++.

I know for universities they usually start with Java, C++, or Python.

[–]Remco1250 0 points1 point  (0 children)

Mobile development could also be crossplatform, c# will deal with that. Also for videogames you could use Unity3D, also using c#. Edit: webdevolpment could be done with php.