Titan Network

Community => General Discussion => Topic started by: beveri8469 on January 10, 2016, 09:32:59 PM

Title: need some advice from the tech peeps.
Post by: beveri8469 on January 10, 2016, 09:32:59 PM
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

Title: Re: need some advice from the tech peeps.
Post by: Paragon Avenger on January 10, 2016, 10:25:56 PM
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.)