Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hack64566yEvery
Fucking
Language
Has
Its
Own
Purpose.
https://benchmarksgame-team.pages.debian.net/...
Tell me who wins now. Please get my point. If you are trying you to learn machine learning, python would be better choice. But that doesn't makes python 'best programming language ev4r!'. Welcome to devRant :) -
@amatrelan it's a language which produces very easy, understandable and readable code, without useless protocol-ish stuff (like the obnoxious shit Java has, eg. The file should have the same name as the class), but require stuff that maximize the development productivity (like Indentation instead of {}, or no "new" operator, lists instead of arrays, etc.)
However a seasoned programmer might find languages like C#, Typescript, Scala, Swift or wtv are their go-to languages because they find meaning in some things that Python omits, so Python just kinda becomes a toy after they learn how to actually take advantage of real OOP or functional programming.
And experienced programmers just are tired of this shit and just code in the language they have used the most in their career (the one used by their employers). Most times such a language is Java, C++, C or even JS. -
k33da99626y@aggelalex yes, exactly. Even I think language is just a tool, may be you write 10 lines of code in one, and in other it may be 50 lines. It's totally depends on what tech will be feasible for business needs.
Related Rants
Java 0 | Python 1
joke/meme
java python