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
-
import snidecomment
snidecomment.fuckyou() # just kidding, ;-)
I dunno. I like Python. I had a lot of fun extending a game engine with it a few years back. The modules are freaking amazing. But I also get some of the hate too. -
@Demolishun python is the language u reach for when you wanna get something working lol
-
Python is pretty much the best you can get when you need to parse data.
Try writing an object oriented REST API consumer that exports to XLSX / CSV....
... Then try the same in Python.
Python will be usually the fastest, as long as you know things like dataclasses / Dacite / Python stdlibs.
I would be very unhappy without Python.
Cause generating / aggregating data is a real pain in the arse boring shit job. -
@Demolishun I had to do tensorflow project back in the day and I tried to do it in C++ first and later I was like nah fuck that and switched to py
The only thing that’s keeping python alive are its god tier libraries. Take those away and it’s a piece of garbage.
rant