Discussion:
Python GUI Garbage Lunacy
Add Reply
Farley Flud
2025-01-14 13:06:11 UTC
Reply
Permalink
This boy always knows of what he speaks. Avoid Python GUI like you would
avoid the plague.

I was interested in a program known as SnapPea, which is silly name
for sofware that allows visualizing 3-space manifolds. Unfortunately,
although the core is written in C, the only interface that allows
execution on GNU/Linux is written in that abomination known as Python.

Academics can't program and thus they must program in Python. Just look
at the garbage result:

https://snappy.computop.org/installing.html#generic-unix

SnapPy (ooh, clever) relies upon rather standard external libraries but
each fucking one requires a special Python connection interface. The
whole thing becomes a friggin' mess fast.

If C had been used throughout it would be simple and straightforward.
Just directly link to the external libraries. No muss. No fuss.

But the generic Unix procedure, which would definitely be required
due to the untrustworthiness of the pre-built sources, would consume
hours and hours of work.

If only these idiots would just learn how to fucking program, then
the world could be rid of this Python nonsense.

Now cue the Python defenders to emerge from the woodwork like the
useless cockroaches that they are.

I already have a response: build the generic Unix version and
show it in action on a GNU/Linux system. Do it or shut the
fuck up.
--
Hail Linux! Hail FOSS! Hail Stallman!
DFS
2025-01-14 14:59:04 UTC
Reply
Permalink
On 1/14/2025 8:06 AM, Ludicrous Larry Piet wrote:


"Academics can't program
...
If only these idiots would just learn how to fucking program, then
the world could be rid of this Python nonsense." - Feeb today

"_I_ am an academic." - Feeb a week ago


heh! Good one Feeb!

You're a mess as always.

If you were actually a "C Programmer Extraordinaire" you could handle
all these issues you're having with SageMath and SnapPea.

alas, you're a lackey dependent on the generosity of REAL programmers.
If they don't feed it to you on a spoon, you're SOL.

Loading...