6
jestdotty
174d

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.

Comments
  • 2
    The alternative to using Python is that a problem that needs solved goes unsolved.
  • 3
    Do 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.
  • 1
    @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.
  • 0
    I missed you too
  • 0
    Python is cancer.
  • 0
    @Salmakis say what you will about Python but it gets shit done (at least in my profession).
  • 0
    @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.
  • 0
    @jestdotty never seen these problems what library ?
  • 1
    @jestdotty last thing I'd do is integrate python into kernel space
Add Comment