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
-
cuddlyogre1538174dThe alternative to using Python is that a problem that needs solved goes unsolved.
-
Tounai1566174dDo not use your OS Python distribution, it’s the best way to have problems. Use Pyenv and virtual envs. Or even better, Poetry or uv.
Fuck Python in general, this language is total dogshit. -
Tounai1566173d@retoor
The language is slow as hell natively, relying on C or Rust code to function.
Plus the spaces as blocks delimiters is really the dumbest thing ever. It makes IDE struggle for nothing. -
fruitfcker232172d@Salmakis say what you will about Python but it gets shit done (at least in my profession).
-
Tounai1566171d@retoor
I heavily rely on typing then auto formatting which is impossible with Python.
The native instructions in Python are slow, the rest relies on code that has been written in low level languages. Other languages of that kind have this as well but faster native instructions.
Plus the typing system is absolutely awful.
Related Rants
python libraries don't belong in Linux
idk where this stupid python-futures library came from but it just broke all the stupid python-only libraries I got. unfortunately no alternatives to them. evidently if I just remove python-futures and reinstall everything it broke it all works. bruh please
God I hate python
it's also very inefficient and these libraries take up so much CPU for no reason. they don't even do much but idle too high. python. not even once.
rant
python