tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 11 hours agoPython!lemmy.mlimagemessage-square35fedilinkarrow-up1432arrow-down18
arrow-up1424arrow-down1imagePython!lemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 11 hours agomessage-square35fedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up52·edit-210 hours agoalternative joke C++: “Hey, what’s your name?” Python: *grabs C++* “what is my name?”
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up2·1 hour 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-up10arrow-down1·5 hours agoPythons weak typing means it never knows what is what. It’s up to the programmer to not screw it up.
minus-squaretheherk@lemmy.worldlinkfedilinkarrow-up4·3 hours agoPython is strongly typed. I get your point since it is dynamically typed, but still strongly.
minus-squareSplendid4117@piefed.sociallinkfedilinkEnglisharrow-up8·4 hours 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
minus-squarelone_faerie@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up6·4 hours agoNot just libraries, the entire language itself is actually C under the hood
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.
not really what i was going for
Python is strongly typed. I get your point since it is dynamically typed, but still strongly.
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
Not just libraries, the entire language itself is actually C under the hood