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-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
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