Which is best to build web applications: PHP, Python, or Ruby? Why?

Asked by Last Modified  

Follow 7
Answer

Please enter your answer

IT Corporate Trainer with 9 years of experience in Edu tech

I have used almost all of the three language in my web working experience.PHP:It may be not that cool and I think it doesn't rely too much on the framework. Yes, PHP is just a language, but it is the only language specially designed for the web. So it has many internal function which is the best designed...
read more
I have used almost all of the three language in my web working experience.PHP:It may be not that cool and I think it doesn't rely too much on the framework. Yes, PHP is just a language, but it is the only language specially designed for the web. So it has many internal function which is the best designed for the web application. It is easy to start up a PHP website without any knowledge of the framework. But attention, such web site may be difficult for modify if you don't have a good architecture at the beginning.PHP is still very popular and you can very easily to find a virtual host to put your site.Python:The internal support for web works very fine. You can start to build a python website with a very simple framework such asweb.py. Django is also very good, but it is a little difficult to learn and the new version of the Django has changed much. To use python, you also need to think if you want to use Python 2.6 or Python 3.0. They are incompatible.To many "big company's" programmer, the language of the python is a little strange to them, at least in China, there aren't enough qualified Python engineers, so if the chef programmer has left your startup company, you may be worry to have some guy to be able to read the code.For Python web application, you are not easy to find the virtual host, the best way is to have your own VPSRuby:There are some other ruby web framework but the Ruby on Rails is the only choice for business. The advantage of the ruby(has a good framework) is also the shortcoming. The framework is still changing and being developed. The new version of the framework may be not compatible with the old version, in order to get the support of the framework, you need to upgrade it with the only reason of the upgrading of the framework. There is so many magic here makes you feeling very well at the beginning. But when you need to go deeper into the framework. There would be a lot of pain.I have built two websites with RoR in the last two years. They are running very well. But as the RoR has upgraded, I am very concerned to upgrade it or not.For RoR, as it is so heat, it is not difficult to find a virtual host to support RoR. read less
Comments

We will prefer both java and python
Comments

Tutor

PHP is the best. Its very simple and designed for dynamic applications and pages.
Comments

PHP is the best. Its very simple and designed for dynamic applications and pages.
Comments

Class 5th to 10th. 3 year of experience. Computer software engineer

It depends on your need. For example, if you required E-commerce website the best you can prefer is PHP. If you required the website that must be secure in the manner, then you can go with Java and C#.
Comments

It depends on your need. For example, if you required E-commerce website the best you can prefer is PHP. If you required the website that must be secure in the manner, then you can go with Java and C#.
Comments

Information Security Analyst & Penetration Tester

I agree with Dheeraj's answer completely. I would like to make a few additions of my own. First of all, it totally depends on who your end users are and how good are you with a language, that is, how well familiar is the programmer with the coding guidelines. None of the Languages can be tagged as...
read more
I agree with Dheeraj'sanswer completely. I would like to make a few additions of my own. First of all, it totally depends on who your end users are and how good are you with a language, that is, how well familiar is the programmer with the coding guidelines. None of the Languages can be tagged as best without some context. According to W3Tech's Survey,PHP is used by 83.6%of all the websites whose server-side programming language we know. PHP is a clear winner with respect to its popularity. The above number only makes it worth to learn because it indicates that "PHP is the best" though it's kind of a cliche. Every language has its own advantages and disadvantages. PHP has its own share of problems especially due to poor programming practice and application design making web application's developed with language a target for Hackers. But using some good PHP frameworks like CodeIgniter or Laravel should solve many issues but yet again solely depends on the developer. Python is the most versatile and popular choice in many areas of technology and not just web applications. I don't have much to say but my previous concerns with PHP applies here as well. You may look into Flask though. It's really good. Ruby on Rails - One of the most popular choice for Startups and Entrepreneurs nowadays. Rails Framework is what we would call as "Batteries Included" that is there is a lot of magic going on behind the scenes. You should check it out to actually understand it. I suggest you look into some other Web Dev stacks like MEAN Stack, Elixir On Phoenix, Java - Spring etc. read less
Comments

View 5 more Answers

Related Questions

What are the most interesting Python books?
Some of the most interesting Python books are **"Automate the Boring Stuff with Python"** by Al Sweigart for practical tasks, **"Python Crash Course"** by Eric Matthes for hands-on learning, **"Fluent...
Arumugam
0 0
5
SVM is applicable only for numeric data or can also be for textual data?
SVM can work with textual data also. However you have to train the SVM to classify the text data. It is a usual practice to create a document-term matrix from the text that you have, to make SVM work easily on the data.
Harsha
X=4 Y=X+4 Y=INT(STR(Y)+'2') PRINT(Y)
Here is how it works: 1. X takes the value of 4 2. Y takes the value of 8 ( Y=X+4 ) 3a. str(Y) is evaluated as '8' 3b. next, str(Y)+'2' is evaluated - this gives us '82' 3c. next, INT('82') gets...
Annu

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Write your first Python program in 10 minutes
1. Download python from python official site search "python download" in google 2. Install in your machine 3. verify using : "python --version" command 4. Write first program using notepad create...

Decorator Advanced ( Passing Parameter )
Hope you read our previous note about the basic concept of python-decorators, if not, please read first Let see what are the possible ways to utilise the decorators in real time.Well, here we are going...

Why Python
Python can be used in any futuristics technology A= Analytics Data Science Artificial Intelligence(AI) Neural Network(NN) Natural Language Processing(NLP) Computer Vision(OpenCV) In Analytics...

Decorator Introduction
A decorator takes in a function, adds some functionality and returns it. Functions can be passed as arguments to another function like map, filter and reduce Function that take other functions as arguments...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you