tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 7 days agoPython!lemmy.mlimagemessage-square58linkfedilinkarrow-up1728arrow-down117
arrow-up1711arrow-down1imagePython!lemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 7 days agomessage-square58linkfedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up100arrow-down1·edit-27 days agoalternative joke C++: “Hey, what’s your name?” Python: *grabs C++* “what is my name?”
minus-square𒉀TheGuyTM3𒉁@lemmy.mllinkfedilinkarrow-up2·6 days agoIt’s now cannon in my head that Python talks like Parappa the rapper
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up18·7 days 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-squareEthan@programming.devlinkfedilinkEnglisharrow-up2·6 days agoOne of the main implementations of Python is CPython, which is written in C or C++
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up30arrow-down1·7 days 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-up30·7 days 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-up17·7 days agoNot just libraries, the entire language itself is actually C under the hood
minus-squaretheherk@lemmy.worldlinkfedilinkarrow-up8·7 days 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?”
It’s now cannon in my head that Python talks like Parappa the rapper
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
oh alright. Cheers, heheh. I laughed
One of the main implementations of Python is CPython, which is written in C or C++
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
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
Python is strongly typed. I get your point since it is dynamically typed, but still strongly.