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

Where is a good place to learn Python?
A good place to learn Python is your home,where else? If one is willing to learn, then he/she can start anywhere and what better place than home! Of course you need a good computer,Python Interpreter and...
Srikanth

What is a Python development, UGI, Data science and Machine learning? Do they all include Python or are they different? Which is better to learn for making a career?

Python development is a field in which you develop real world applications using the Python programming language. UGI stands for Upper Gastrointestinal and it is a concept in human body. Data Science is...
Srinu

which is the best institute in mumbai to learn python language and they provide good placements as well after the course is over 

You can check the best option on Urbanpro site. You will certainly get good options.
Anuj
If I get trained in python is there any chance to get a job as a fresher
While no one can guarantee getting a job after being trained as it depends on the trainer and the person being trained but yes, getting a job as a fresher in python is relatively easy compared to other...
Sai
0 0
6

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

Ask a Question

Related Lessons

Using Lambda and Filter with Regular expressions.
1) Start the Python interpreter and import the re module: >>> import re 2)Define a tuple strings to filter with regular expressions: t=('python','pycon','perl','peril','step','stop','come','came','exercise','hello','storm','my.mail','year','yam') ...

Assignment operators
Operation Syntax Comment Assignment = Control flow right to left Add AND += Incremental Subtract AND -= Decremental Multiply AND *= Multiplicative increment Division...

File Handling in Python - Basic Concept
File (Flat) Handling in Python Types of files in python: 1: Text file: Stores data in the form of characters. Customarily used to store text/string data. 2: Binary file: Stores data in the form of bytes....

Learn Python : Formatting with the .format () method
A good way to format objects into your strings for print statements is with the string.format() method. The syntax is :'String here {} then also {}'.format('something1','something2')Example 1:print("This...
B

Biswanath Banerjee

0 1
0

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...

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