Best programming language to learn

Status
Not open for further replies.

QuickSand

Active Member
2,544
2010
498
5
hey
I have been browsing tutorials and experimenting with php and html etc just at begginer level
and i was wondering if i should also learn to make windows and/or mac applications if so what are the names of them cause i know vb.net and some people say it is crap and blah and blah but i would like to know the reason for this also if someone can recommend me sites cause i know w3schools and jav2me were reccomended but if you have any reccomendations on sites and youtube channels please share them.Anyways i would love for someone with experience to tell me where should i start should i learn html then php and then move on to windows and mac

anyways i hope someone can help me :))
thanks
 
12 comments
Hello mate,
1) first you should know what kind of programming you are interested in : if you want to learn web programming then you will be forced to start by Html then move to a " dynamic " language as PHP or Ruby ect..
But for desktop developing the best language to learn I think it's C/C++.
2) vb.net is crop cause it Microsoft's so you re gonna have to purchase a license if you want to sell any of your softwares + it's very limited when you comparer it to C++ or java .

regards.
 
I already told you over MSN on what I think but I'll say again for records sake

Language - C#

Reason - It's much better than Visual Basic and after you've learnt it a decent amount (couple years worth) you should be able to move on to languages such as C & Java with ease. There are also a tonne of video tutorials for C#.
 
Well, it depends of what you wanna do.
If you're into web development, start with HTML -> CSS -> PHP -> JS

(I think html css are not programming languages, but fuck that)
 
IF you are upto web development here is the process you should take

1st> HTML
2nd> CSS
3rd> JavaScript

Above three will be enough for you to make a normal static websites,.

4th> PHP

PHP syntax is similiar to C, So PHP knowledge will help you in long run, you will see advantage of it when you move to its OOP (Object-oriented programming) structure. PHP is easy to learn, And while you learn PHP you will also get knowledge of MySQL for working with database driven projects.

After learning PHP you will see other languages will become easy to learn, you can move to Csharp (C#), which definitely is worth to learn. PHP will open a lot of doors for you for other programming languages.

But remember one thing, If you will just watch the tutorials or read books you are not going to be expert in any programming language, After getting basic knowledge give yourself some challenges, code stuff, if you stuck on some points try to ask on forums, search on google, It's the only best way you will learn.

Good Luck
 
Last edited:
Have to agree with mRAza and notice how vb doesn't pop up anywhere in what he said? That's because vb is, while easier to learn, a more limited and poorer language in the long run.

You only learn by practicing and try first before asking questions. If your one of these guys who asks firsts and then does it as told you'll never learn. Patients is also hugely important which I'm not sure you posses. Your not going to be an extpert in a week or two. It's lifelong learning. Their is no end to the learning.
 
Agree with mRAza.

If you're stuck you can first google the problem, if you cant find anything then you can ask a question on StackOverflow ;)

I will also recommend you start using RSS and subscribe to as many good blogs/feeds as possible, to stay updated and enjoy hot/interesting stuff ;)

Quick list of blogs you should subscribe to:-

Oh and beware of w3schools its not a reliable resource. Try MDN Docs
 
is it w3school enough as a reference to learn HTML, CSS, javascript, and PHP?
Im currently studying web development on my own..
 
Status
Not open for further replies.
Back
Top