RUBY VS PYTHON | FULL COMPARISON IN 5 MIN

preview_player
Показать описание
In today’s video, we will learn about the two popular programming languages: Python vs Ruby.

We are a technology consulting and software development company eager to share our knowledge and experience.

▶ LINKS:

▶ TIME CODES:

▶ Follow us:

▶ About this video:
Ruby
Its primary goal is to combine functional and imperative programming styles to make software development easier.
Ruby’s popular web-application framework called Ruby on Rails (RoR).

Python
Named for Monty Python, it is a general-purpose cross-platform language that is available under FSF and OSI licenses.

We'll closely compare them in today's video.
Рекомендации по теме
Комментарии
Автор

Tell us your opinion on Python vs Ruby. What features make a winner here? 🧐

Jelvix
Автор

Warning! Not a single line of code is shown in this video.

YYYValentine
Автор

I expected a technical side-by-side comparison of Python vs. Ruby syntax.

fhajji
Автор

A bit biased towards Python. Why is it "complicated" to ensure reusability with Ruby code? Whoever says that does not know how to use the language. Ruby can be readable too. Actually it can be more readable than Python, some "Pythonic" conventions are horrible. What does it mean that Python provides one solution? Whatever solution written depends on the coder, and it's readability depends on how clean he/she is.

leanguardia
Автор

I know both languages and the direct comparison presented here doesn't make sense in most points. For example: reusability depends on the person writing the code, not the code itself.

betowarrior_
Автор

Python and Ruby both are best it depends on the situation

subhashrahul
Автор

Ruby has a solid future. It’s easy to learn, very capable and support will grow. It has a high pay scale for jobs and because fewer people knows Ruby that would put a Ruby programmer in high demand for employers looking for Ruby skilled developer. Visual Basic started small as Basic and who knew that C# would end up being a popular language to make games when Microsoft employees made it? Competition is good and Ruby can fit in just fine for web applications which will soon out pace traditional tangible software. Too many people knows Python.

bjmgraphics
Автор

Python has large community which gives it an advantage but ruby on the other side holds advantage on readability, easy to learn, has strong oop concept which will be handy while implementing something with design patterns concepts

jobearnest
Автор

Are the people in 3:58 making arguments of the better choice of both programming languages? Wow! They seem to be engaged in the discussion.

venustheplanet
Автор

good explanation but this forced smile voice which sounds like straight out of a commercial is massively annoying

humonchronos
Автор

It can't be correct, as at 0:33 it says that Ruby's goal is to combine "Imperative + Functional Programming (FP)" but Ruby has classes what is Object Oriented Programming (OOP for short) but at 1:27 it says about the Ruby language characteristics: "It's a OOP language". You can do Imperative programming in a OOP language but the OOP is a huge overhead in comparison to the pure Imperative, vide C vs C++.
It's actually kind of unusual a language goal to be "to combine FP with Imperative" nowadays the trend is more "to combine OOP with SOME functional characteristics".

freedom_aint_free
Автор

I find Ruby to be just as readable as Python, if not more.
The only reason to use Python over Ruby is the vast number of libraries that Python has available. It's a shame that Ruby doesn't enjoy the same kind of library support that Python does.

TonyCrenshawsLatte
Автор

Ruby tambien tiene Modulos..! deberian de un experto en los 2 lenguajes hacer estos videos y no ser parciales, porque de hecho es mas facil leer ruby, es un lenguaje mas natural por decirlo asi

leviatanMX
Автор

"ruby reusability is complicated"
Ruby:
require './folder/script'

Python:
Create ugly __init__.py file in each folder
import os, sys
currentdir =
parentdir = os.path.dirname(currentdir)
sys.path.append(parentdir)
from module_in_other_folder import a

yeah, much better...

robinlioret
Автор

When I saw the title I turned off the movie to watch this. Great job)

jessicabrown
Автор

Thanks for clean explanation...! Great work!

svignavi
Автор

can you tel us ho is the best is c or assembly

ImraneBAABBA
Автор

This is such a bad comparison and would be misleading to a newbie programmer. ( Also very bias towards python ).

ferdztechtv
Автор

RUBY is way better . Python has no closing block and I constantly have to deal with the silly indentations and f strings

Mw-odsd
Автор

python is the clear winner because of mojo

RellyBautista-nppj