Hello All, I have noticed the salary of php developer is low as compared to other profiles like python developer, java developer and so many. So what was bad about PHP and why its salary is low? I have enjoyed PHP for a long time but I have never taken a job in PHP due to what I hear about salaries.

ankitdixit - Which country are you talking about?

Isn't PHP considered an "easy" language to learn compared to the others? BUT, as with any language, the skill level of the person makes a lot of difference in salaries.

I think some of it is because it was a very purpose-driven language more or less created on the fly, in order to provide a convenient way to create interactive web sites. As such, it was not designed with any particular underlying concepts other than "make it work". It therefore has evolved to have inconsistent syntax/naming, a lack of (practical) multi-threading, loosey-goosey typing, and other things "serious" software engineers look down upon.

It's still a very usable language for interactive web sites, though it's also very easy to write really crappy code that basically "works". 🙂 It's not so hot for things like complex, high-volume data analysis and/or machine learning tasks, which Python is probably the most popular option right now.

Write a Reply...