Author Topic: need some advice from the tech peeps.  (Read 1642 times)

beveri8469

  • Boss
  • ****
  • Posts: 139
  • still inside atlas park hospital waiting to leave
need some advice from the tech peeps.
« 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

@Eternal Twilight
Now in Paragon

Paragon Avenger

  • Circles and Triangles
  • Elite Boss
  • *
  • Posts: 6,246
Re: need some advice from the tech peeps.
« Reply #1 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.)