>Python is actually slower than PHP nowadays
Wasn't it supposed to be a 1337 language for cool haxx0rs?
Python is actually slower than PHP nowadays
Other urls found in this thread:
gochronicles.com
twitter.com
>1337 language
What
It's a scripting language. It's good for making some quick calculations - quick as in it's quick to open a shell, parse a string and work on it, where I don't give a shit about 20 extra CPU cycles. If you're trying to find the Nth digit of pi on a scripting language you're the problem.
What does the discord frog have to do with this?
>discord frog
kys zoomer, pepe predates discord
what's does being fast have to do with h4xx0r?
>scripting language
>1337 haxor language
kek
Python is for doing homework in school. Not for business critical services.
why did python become so popular when it suckz
he was just using a /qa/ meme, fucktard
having wasted your one and only existence on a tranime website isn't an accomplishment btw
Yes, and tell that to the trannies who did micro python, thinking embedded engineers would pop a boner. Zoomers and Millennial "devs" all get the fucking rope.
>muh speed
nobody fucking cares. If you actually need to make some complicated thing that does a gazillion calculations per second then write it in C or C++ or something. Nobody gives a single shit that some script may take 1 second to run instead of 990ms.
i never claimed it was
kys
it's great as a scripting language
Python is duct tape for gluing together fast C libraries.
Python can be very good for numerical analysis as a scripting language to interface with LAPACK, BLAS etc, but its performance is terrible the moment you have to implement some tight loop in python proper.
>tranime
go back retard
Unironically fine for web
>Python is duct tape for gluing together fast C libraries.
Same is true for Tcl, which predates Python.
that's a 'jak you fag
He obviously means the actual word, tourist.
Posting basedjaks is also tourist behaviour.
How about 15 seconds? That's how long it takes for an endpoint I wrote in fastAPI to query the db and return a 150kb json. Before optimizing with asyncpg it took 40 seconds. Python is garbage for anything other than quick scripts.
Python is just fine for most desktop applications.
More like you're an incompetent developer.
Python is not slow in real-world applications, it's the language of data science and it works with humongous amounts of data.
The difference is that the developers of those tools are not as dumb as you.
The network should be the speed limit in whatever you are doing in this case not the language.