Easiest and Best Programming language

Another vote for python here.

As far as javascript goes, well I've never been able to get past the {brackets} of any Cish style languages so I have been learning coffeescript lately and I must say it's quite nice IMO, especially when coupled with python.
 
Well if you don't know xhtml/css you should start with that if you already know that start with javascript and from there go to php.
Javascript is easier to learn then php.
 
Personally I've learnt HTML > CSS > PHP and now I'm figuring out jquery together with javascript which seems the hardest one to understand.

The first two were very simple. PHP was a bit harder but easy to learn with so much material online.
 
The best and the easiest way is to go for C language if you are still a beginner..
 
Been learning python. I'm pretty happy with it.

You can use python for web development or desktop. :)
 
Come on guys, stop suggesting C/C++ for every similar topic. The OP is asking for Web development.
I am a freelancer myself. The majority of the jobs are PHP/MySQL related.
 
Try Python by registering on Udacity.com. This is a free web based complete tutorial for beginners. They do give certificates for those students who passed their exam.
 
C,C++ are not used in web development

Come on guys, stop suggesting C/C++ for every similar topic. The OP is asking for Web development.

My goodness, there are some people commenting on this subject that really shouldn't be.

C is used heavily in backend web development, Ebay's bidding system is coded in C just to name one example.

To make an actual contribution to the thread I would recommend any OOP language, they are a great base to expand from.
 
Last edited:
My goodness, there are some people commenting on this subject that really shouldn't be.

C is used heavily in backend web development, Ebay's bidding system is coded in C just to name one example.

To make an actual contribution to the thread I would recommend any OOP language, they are a great base to expand from.

Almost all of the modern languages are OO.
It is not about the language, it is about the available libraries.
Around 75-80% of the websites are using PHP as server-side language.
C# is way easier than C++, i am not saying it is better or worse. You can use it for desktop or web based applications. The rapid application development of C# and VS.NET is hard to beat.
The tools that fly around BHW are mainly coded in VB.NET or C#:
Mass Video Blaster
Proxy Multiply
Proxy Goblin
Zenno Poster
etc.
 
Back
Top