Well, each one is litle bit different from each other among JavaScript, PHP, Ruby, Python and MySQL in terms of their functions. · However, if you ask for most different among these 5, then it is MySQL since it is relational database and others are programming language. · Let me brief you about each one of them – · JavaScript – It’s a front end lang. It is a text-based programming language, basically used both on the client-side and on the server-side to make web pages interactive. · PHP – It’s a back end lang. It is a popular general-purpose scripting language used especially for web development. However, with the introduction of NODEJS, role of php has been reduced, since now JavaScript can run as both front end and back end. · Ruby – It is an interpreted, high-level, general-purpose programming language. It is mainly used for building web applications. However, since it is a general-purpose language similar to Python, it offers many other applications such as data analysis, prototyping, and proof of concepts. · Python – It is a general-purpose coding language, since it can be used for web development such as back end development, software development, data science and writing system scripts among other things. People prefer Python because it is easy to operate so is in demand. · MySQL – It is an open-source relational database management system. This name is a combination of “My”, name of co-founder’s daughter, and “SQL” is the abbreviation for Structured Query Language. · I hope you have got brief idea about each one of them. Do more research if you want to learn any of these programming language or database management system. But, my personal advice would be to start with Python since it’s in trend and easy to understand. Answer from Pooja Jakhar on techanswered.com
🌐
Quora
quora.com › Which-one-is-the-most-different-JavaScript-PHP-Ruby-Python-MySQL
Which one is the most different, JavaScript, PHP, Ruby, Python, MySQL? - Quora
Answer (1 of 5): MySQL is most different than JavaScript, PHP, Ruby and Python. Javascript is different from PHP, Ruby and Python. Javascript is mostly used as a front end language and others are used as a back end programming language.
🌐
Brainly
brainly.com › computers and technology › college › which one of these is the most different? a. javascript b. php c. ruby d. python e. mysql
[FREE] Which one of these is the most different? A. JavaScript B. PHP C. Ruby D. Python E. MySQL - brainly.com
September 1, 2017 - All other, Javascript, PHP, Ruby and Python are web programming languages, which means are used for writing codes for developing websites. MySQL on the other hand is not a programming language.
Discussions

Elixir vs Ruby vs Python vs Javascript | Which path to choose?
Well, opinions might be a bit biased on r/ruby , so I would say go with Ruby. More on reddit.com
🌐 r/ruby
33
13
December 18, 2023
PHP vs Python vs Ruby vs Nodejs.
Might get downvoted because PHP but here is how I would tackle that. If that is truly all that gets done you don't need the frameworks of ruby or node. I PERSONALLY don't know Python so that one is out. I do know and love PHP though, so I would write a small procedural php script (not OOP in this circumstance). In fact, you can probably learn everything necessary from this link http://www.w3schools.com/php/php_mysql_insert.asp While everything there may not be "best practices", its certainly a quick and dirty way to get it done with about....10-20 lines of PHP More on reddit.com
🌐 r/webdev
37
0
May 1, 2014
What's the difference between choosing SQLite vs. PostgreSQL vs. some other database?
Read this: SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems . That should get you started. More on reddit.com
🌐 r/rails
23
13
February 7, 2016
Is Ruby (Rails) still worth learning in 2021 and is it going to be demanded in the coming years?
Yes there will be jobs. But a strong developer is in demand no matter what his or hers preferred programming language is. More on reddit.com
🌐 r/ruby
46
38
March 6, 2021
🌐
StackShare
stackshare.io › stackups › javascript-vs-python-vs-ruby
Ruby vs Python vs JavaScript | What are the differences? | StackShare
September 12, 2022 - Python and Ruby, on the other hand, use class-based inheritance, where objects inherit from classes. Concurrent Programming: JavaScript is primarily designed to run in a single-threaded environment, although it supports asynchronous programming ...
🌐
Maschituts
maschituts.com › differences-javascript-php-ruby-python-mysql
Which is the odd one out? JS, PHP, Ruby, Python, MySQL
October 1, 2023 - MySQL is the least like the others as it is a database manipulation language, whereas PHP, Ruby, and Python are programming languages. First of all, we must understand what these languages are and are used for, so below is a short introduction: ...
Top answer
1 of 2
1
Well, each one is litle bit different from each other among JavaScript, PHP, Ruby, Python and MySQL in terms of their functions. · However, if you ask for most different among these 5, then it is MySQL since it is relational database and others are programming language. · Let me brief you about each one of them – · JavaScript – It’s a front end lang. It is a text-based programming language, basically used both on the client-side and on the server-side to make web pages interactive. · PHP – It’s a back end lang. It is a popular general-purpose scripting language used especially for web development. However, with the introduction of NODEJS, role of php has been reduced, since now JavaScript can run as both front end and back end. · Ruby – It is an interpreted, high-level, general-purpose programming language. It is mainly used for building web applications. However, since it is a general-purpose language similar to Python, it offers many other applications such as data analysis, prototyping, and proof of concepts. · Python – It is a general-purpose coding language, since it can be used for web development such as back end development, software development, data science and writing system scripts among other things. People prefer Python because it is easy to operate so is in demand. · MySQL – It is an open-source relational database management system. This name is a combination of “My”, name of co-founder’s daughter, and “SQL” is the abbreviation for Structured Query Language. · I hope you have got brief idea about each one of them. Do more research if you want to learn any of these programming language or database management system. But, my personal advice would be to start with Python since it’s in trend and easy to understand.
2 of 2
0
Hello, · So you are a fresher and you want to learn JavaScript, PHP, Ruby, Python and MySQL. Let me give you brief overview about all this. · JavaScript- JavaScript is a scripting language. It was developed primarily for making web development easier. It has certain features like DOM manipulation which takes web development to a another awesome level. Also, JS is not only confined for WebDev but it can also be used to do general programming because it boasts of features like Data Structures and more. If you want to pursue a career in WebDev then JS must be your choice, but before learning this do have a overview about HTML and CSS. · Primarily used for: Web Development, App Development. · PHP- PHP stands for ‘Hypertext Preprocessor’. It is a general-purpose scripting language that is especially suited to web development. This is a very old language and very easy to learn language. Itis server side back end scripting language, which runs on Apache server and it returns results through HTML tags as result which we see on our browser. Such was the popularity of PHP back then that Facebook is wholly coded in PHP. · Primarily used for: Server SideWeb Development. · Ruby- Ruby is an interpreted, high-level, general-purpose programming language. It was designed and developed in the mid-1990s. Ruby is most used for building web applications. However, it is a general-purpose language similar to Python, so it has many other applications like data analysis, prototyping, and proof of concepts. Probably the most obvious implementation of Ruby is Rails web, the development framework built with Ruby. · Primarily used for: Web Development, General Purpose. · Python- Python is an interpreted, high-level and general-purpose programming language. It’s design philosophy emphasizes code readability with its notable use of significant whitespaces. It is one of the beautiful language out there in the market which an beginner can catch up easily. Python has a vast community support and due to which working with APIs to make chat bots, scrapers and anything you dream of is easy as never before. · Primarily used for: General Purpose, All-Rounder. · MySQL- MySQL is an open-source relational database management system (RDBMS) that uses Structured Query Language (SQL). SQL is the most popular language for adding, accessing and managing content in a database. It is most noted for its quick processing, proven reliability, ease and flexibility of use. Learning MySQL is also very easy and it is widely used for making databases and many companies around the world relies on the efficiency of this language. · Primarily used for: Database Management. · Hope! Till now your queries are clear. I think you should start learning Python and then move to JavaScript. As PHP is uite old you can choose any other language or frameworks based on JS like React or Angular. · Thanks!
🌐
Brainly
brainly.com › computers and technology › high school › which one of these is least like the others: javascript, ruby, python, mysql?
[FREE] Which one of these is least like the others: JavaScript, Ruby, Python, MySQL? - brainly.com
February 25, 2022 - MySQL is the least like the others (JavaScript, Ruby, and Python) as it is a relational database management system, while the others are programming languages used for software development.
Find elsewhere
🌐
Reddit
reddit.com › r/ruby › elixir vs ruby vs python vs javascript | which path to choose?
r/ruby on Reddit: Elixir vs Ruby vs Python vs Javascript | Which path to choose?
December 18, 2023 -

I am completely sure I want to dive into the world of Programming (web dev) and ultimately get a job(in programming) to continue learning to program.

I have to choose a path: to get a Programming job and ultimately support myself.

Why should and shouldn't I choose the Elixir programming path to reach my goal?

I have dabbled into Elixir Programming a bit and I have already started to like it.

I have to choose a language and it's confusing. I like Elixir but I don't know where it will lead me, the other is JS, and Python which seem to have a lot of opportunities but I never got along well with both.
And then there is Ruby, which in terms of Job Opportunities seems similar to Elixir.

My Background: I am from a Commerce Background. Know basic Python, MYSQL, and created a few blog sites using WordPress and managed their backend by myself (cloud hosting), which gave me an understanding of configuring the NGINX webserve.

🌐
Codecademy
codecademy.com › forum_questions › 526d818cf10c606a04000977
Experts: What are the differences between Ruby, Python, Javascript & PHP? | Codecademy
Take for instance a statement common to many languages, the for loop. JavaScript and PHP have nearly identical syntax, and Python and Ruby are fairly close to one another, though not as identical as the latter two.
🌐
StackShare
stackshare.io › stackups › javascript-vs-php-vs-ruby
JavaScript vs PHP vs Ruby | What are the differences?
August 2, 2021 - JavaScript - Lightweight, interpreted, object-oriented language with first-class functions. PHP - A popular general-purpose scripting language that is especially suited to web development. Ruby - A dynamic, interpreted, open source programming language with a focus on simplicity and productivity
🌐
Reddit
reddit.com › r/webdev › php vs python vs ruby vs nodejs.
r/webdev on Reddit: PHP vs Python vs Ruby vs Nodejs.
May 1, 2014 -

Hello webdev,

I have one exact problem to solve:

  • Load a page

  • Query a mysql database

  • Put the contents in to an array

  • Show the results of that array.

Most of the debate between these four systems I could find were fairly esoteric number-crunching competitions. This isn't my goal - there is very little complex logic to what's happening.

But out of these four, which would accomplish this specific task, and serve the results in the smallest amount of time?

----------------------

Semi-irrelevant sidebar

----------------------

I've been having a blast toying with node, and this question largely largely comes out of curiosity over what I should build my next project with. There are numerous advantages/disadvantages to all of these systems, but I'm curious which one is optimal for this specific task.

Top answer
1 of 4
3
Might get downvoted because PHP but here is how I would tackle that. If that is truly all that gets done you don't need the frameworks of ruby or node. I PERSONALLY don't know Python so that one is out. I do know and love PHP though, so I would write a small procedural php script (not OOP in this circumstance). In fact, you can probably learn everything necessary from this link http://www.w3schools.com/php/php_mysql_insert.asp While everything there may not be "best practices", its certainly a quick and dirty way to get it done with about....10-20 lines of PHP
2 of 4
2
It sounds like a simple need, but there are other factors that I believe are far more important. Is this a public-facing page? Do you expect any significant amount of traffic? PHP is, by its nature, highly insecure by default. But it is incredibly easy to use. If you were doing something that would only be used in a controlled environment, PHP would get you there the quickest. But if it's not a controlled environment, you would actually lose all that time advantage due to the extra time you'd have to spend configuring PHP, configuring your system, and doing a ton of extra sanitizing and checking in your code, in order to prevent security exploits. Node, Ruby, and Python would all require you to install additional library packages in order to accomplish this, but if you know the languages (or can operate Google), it's not hard to get set up. Of these three, Node is probably not the best choice, because it's single-threaded, so database latency or connection issues could lock up your server for extended periods of time. Ruby on Rails, or Python with any of several libraries, may likely be the best choice if this is anything that might be accessed publicly by a lot of people.
🌐
LinkedIn
linkedin.com › pulse › comparison-popular-back-end-languages-php-python-ruby-lewis-kimani
Comparison of Popular Back-End Languages: PHP, Python, Ruby, and Node.JS
May 22, 2023 - Are you curious to learn which back-end language is the best fit for your project? In this article, I compare four popular languages: PHP, Python, Ruby, and Node.js.
🌐
TechAhead
techaheadcorp.com › home › javascript vs. python, php, ruby & go - pick your champion
JavaScript vs. Python, PHP, Ruby & Go - Pick Your Champion
February 28, 2024 - JavaScript’s gentle learning curve and wealth of resources make it an accessible language, opening the doors to a wider range of developers. Ruby, with its emphasis on developer happiness and convention over configuration, is a favorite for startups and projects requiring rapid development, while Python’s versatility shines across a spectrum of applications from web development to machine learning.
🌐
Quora
quora.com › What-programming-language-Ruby-Python-or-JavaScript-should-I-choose-for-startup
What programming language (Ruby, Python or JavaScript) should I choose for startup? - Quora
Answer (1 of 4): Your language of choice is incredibly dependent on what type of application you're building, the kind of traffic you expect to get, etc. That being said, if you're a beginner, then I'd suggest Python. It is much more suited towards beginners, yet is powerful enough for large-sca...
🌐
HackerNoon
hackernoon.com › python-vs-php-vs-javascript-which-is-best-for-your-next-project-i33v31y1
Python vs PHP vs JavaScript: Which is Best For Your Next Project? | HackerNoon
January 21, 2021 - Python vs PHP vs JavaScript: A Comparative Study in 2021 discussing the UI/UX design, features, complexity, their back ends, and their front ends.
🌐
Railsware
railsware.com › home › engineering › python vs. ruby vs. node.js – which platform is a fit for your project?
Python vs. Ruby vs. Node.js - Which Platform Is a Fit for Your Project?
June 14, 2023 - Express flexes muscles claiming that JavaScript is enough for a full stack development but chokes with CPU-intensive tasks.Your choice should depend on the project requirements including budget and type of app to build. Python is the case for CPU-heavy apps and development of IoT back-end. Ruby is also a fit for data-driven apps and the development limited in funds and time.
🌐
Vocal Media
vocal.media › futurism › php-vs-java-vs-java-script-vs-ruby-vs-python-a-guide-to-choosing-the-best-technologies-for-your-business-needs
PHP vs Java vs JavaScript vs Ruby vs Python – A Guide to Choosing the Best Technologies for Your Business Needs | Futurism
Scalability Needs: If your project will need to handle increasing loads of data or users, languages like Java or Python, known for their scalability, are strong options. Developer Availability: Consider the talent pool for each language. For example, PHP and JavaScript have vast developer communities, making it easier to find experienced developers. Time to Market: Ruby, with its emphasis on simplicity and speed of development, may be ideal for startups looking to launch quickly.
🌐
Quora
quora.com › Should-I-use-JavaScript-to-query-MySQL-database-on-my-website-or-should-I-use-PHP-Python-Ruby
Should I use JavaScript to query MySQL database on my website or should I use PHP/Python/Ruby? - Quora
Answer (1 of 4): If you are referring to browser based Javascript, you do not want to have it pass SQL statements directly to the server. This presents a major liability since you’re exposing your data store to a host of input validation risks. Any client side user would be able to modify the in ...
🌐
Medium
medium.com › @SamanthaMarieAllenUK › whats-the-easiest-programming-language-to-learn-for-web-development-python-vs-javascript-vs-ruby-b07d09d0b09f
What’s the easiest programming language to learn for web development? Python vs JavaScript vs Ruby | by Samantha Marie Allen | Medium
March 3, 2022 - We’ve already discussed what the most popular programming languages in 2019 are, but if you’re new to programming you may be wondering; which language is the easiest to learn? In this article we share which programming languages are the best to learn for a career in web development. We’ll review and compare Python, JavaScript, Ruby, Java, and PHP.
🌐
PixelCrayons
pixelcrayons.com › dedicated teams › php vs python vs ruby: detailed comparison & analysis
PHP vs Python vs Ruby: Detailed Comparison & Analysis | PixelCrayons™
Tags:php vs pythonphp vs python careerphp vs python efficiencyphp vs python fasterphp vs python speed comparisonPHP vs Python vs Ruby ComparisonPHP vs Python vs Ruby for Web ApplicationPHP vs Python vs Ruby Market SharePHP vs Python vs Ruby PerformancePHP vs Python vs Ruby SalaryPHP vs Python vs Ruby SecurityPHP vs Python vs Ruby Speedphp vs python web developmentPYTHON VS PHP · Great stats!! Thanks for sharing this information… This post has cleared my many doubts… ... I like the comparison.. Thanks for clearing many doubts… 🙂 · Nice post… but, here I like to add that PHP is CallByValue, AFAIK and I know PHP quite well PHP is no different than Javascript or Java in this behavior.
Published   January 14, 2026