need some advice from the tech peeps.

Started by beveri8469, January 10, 2016, 09:32:59 PM

beveri8469

i have never tried to learn a programming language to learn. but i want to know what is a good language to learn for beginners.
i really want to try and broaden my PC knowledge this year.
honestly i just dont know where to start. thats why i thought i would ask here.
thank you for your time

@Eternal Twilight
Now in Paragon

Paragon Avenger

It depends on where you what to go.
To just learn a simple easy language, VB.NET or some other BASIC*.
But to do something with it as in creating web pages, or web apps or windows apps or mobile apps then maybe
Java or C++ or C#.NET.

For web stuff, HTML and CSS and Javascript or jQuery and JSon.
If you're going to persist data, (store data for later), you will probably use a database and need SQL.
Probably stay away from PhP and perl and Ruby on Rails.

*(before everybody jumps on my case, I use VB.NET at work.)