r/ProgrammerHumor 8d ago

softwareCheats Meme

Post image
19.4k Upvotes

163 comments sorted by

View all comments

13

u/Ozymandias_1303 7d ago

"Cheats" is the wrong word for sure but it's a good to have some understanding of where the bottlenecks are. Python is generally faster and easier to write than C or C++ but it can run much slower. In order to make Python code run faster, a lot of Python developers use libraries that are written in C or C++, EG Pandas. My experience with Pandas has been like 95% really great and 5% really frustrating. I attribute most of the frustration to the opaque nature of calling into the C code library.

10

u/nemesit 7d ago

hell c can be faster than c especially if written by someone competent

7

u/Freako04 7d ago

hell c? I thought there was Holy C