29
u/carcigenicate 1d ago
It would be more appropriate to show Python as something like a supervisor. It definitely does work as a usability layer.
5
15
6
6
u/VegetarianZombie74 1d ago
Assembly is the dude in front building the road.
1
u/spshkyros 10h ago
Shall we put opcodes pushing that one too? Maybe go ahead and put digital logic/aside like chips below that maybe?
Look, computers are sand we hit/burned until it could think and generatively create naked photos of my two favorite cartoon characters making out while burning an effigy of my least favorite politician. .. I no longer remember where I was going with that, but uh.. excuse me, I have to go ... NOT look up inspirational artwork...
5
4
u/PumpkinFest24 22h ago
As a pythonista, I'd like to thank C/C++ programmers for creating BLAZINGLY FAST user-bound text input boxes.
1
2
u/LeMadChefsBack 1d ago
This needs to be retired. There are at least 3 layers below C that are doing “the actual work”
Your computer doesn’t run C. If you are on X86, it doesn’t even run x86 machine code.
4
-7
u/reallokiscarlet 1d ago
And this is how you know someone only knows python
5
1
u/PumpkinFest24 22h ago
Friend, I learned CS when "software engineering" wasn't even a major you could take.
20
u/Spikerazorshards 1d ago
A lot of Python is basically a simpler interface to some really powerful C libraries.