tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 1 month agoPython!lemmy.mlexternal-linkmessage-square15fedilinkarrow-up118arrow-down10
arrow-up118arrow-down1external-linkPython!lemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square15fedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up3·edit-21 month agoalternative joke C++: “Hey, what’s your name?” Python: *grabs C++* “what is my name?”
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·1 month agoone of python’s strong suits is it’s foreign function interface. it’s very easy to call code in other languages from python, which can speed execution up significantly
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up1·1 month agoPythons weak typing means it never knows what is what. It’s up to the programmer to not screw it up.
minus-squareSplendid4117@piefed.sociallinkfedilinkEnglisharrow-up1·1 month agoI think it’s more that a ton of popular python libraries (things like pandas, tensor, etc) are actually built in C, so python is just C wearing a mask
alternative joke
C++: “Hey, what’s your name?”
Python: *grabs C++* “what is my name?”
please explain I want to laugh
one of python’s strong suits is it’s foreign function interface. it’s very easy to call code in other languages from python, which can speed execution up significantly
Pythons weak typing means it never knows what is what. It’s up to the programmer to not screw it up.
I think it’s more that a ton of popular python libraries (things like pandas, tensor, etc) are actually built in C, so python is just C wearing a mask