tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 14 hours agoPython!europe.pubimagemessage-square37fedilinkarrow-up1482arrow-down18
arrow-up1474arrow-down1imagePython!europe.pubtfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 14 hours agomessage-square37fedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up59arrow-down1·edit-212 hours agoalternative joke C++: “Hey, what’s your name?” Python: *grabs C++* “what is my name?”
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up4·4 hours 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-up14arrow-down1·7 hours 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-up10·7 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-up7·6 hours agoNot just libraries, the entire language itself is actually C under the hood
minus-squaretheherk@lemmy.worldlinkfedilinkarrow-up4·6 hours agoPython is strongly typed. I get your point since it is dynamically typed, but still strongly.
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
Not just libraries, the entire language itself is actually C under the hood
not really what i was going for
Python is strongly typed. I get your point since it is dynamically typed, but still strongly.