tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 26 days agoPython!lemmy.mlimagemessage-square56linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagePython!lemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 26 days agomessage-square56linkfedilink
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up0·25 days 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-up0·25 days agoPython is strongly typed. I get your point since it is dynamically typed, but still strongly.
minus-squareSplendid4117@piefed.sociallinkfedilinkEnglisharrow-up0·25 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-up0·25 days agoNot just libraries, the entire language itself is actually C under the hood
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