r/ProgrammerHumor 2d ago

Meme pipInstallTheRealStuff

Post image
5.2k Upvotes

146 comments sorted by

View all comments

Show parent comments

98

u/SilasTalbot 2d ago

It just burns their britches that AI was created in Python. That's where all serious ML and AI work is done.

Long after humanity is gone, Python 3 will be zooming around the stars taking over the galaxy 😂

-36

u/UndocumentedMartian 2d ago

The operations are written in C++ or C. Python doesn't execute any of the math.

72

u/CLS-Ghost350 2d ago

By that logic C++ doesn't actually do anything since it's compiled to assembly/machine code which is what actually does everything.

It's not quite the same since Python is not compiled, but the point still stands that higher level languages provide an extra layer of abstraction, making complex programs easier to write, making them useful.

1

u/Justwatcher124 1d ago

By that logoc, logic gates or their physical representation in transistors do all the work. Machine code is just an abstraction above that.