tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 2 个月前Python!lemmy.mlimagemessage-square58linkfedilinkarrow-up1738arrow-down116
arrow-up1722arrow-down1imagePython!lemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 2 个月前message-square58linkfedilink
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up30arrow-down1·2 个月前Pythons weak typing means it never knows what is what. It’s up to the programmer to not screw it up.
minus-squareSplendid4117@piefed.sociallinkfedilinkEnglisharrow-up31·2 个月前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
minus-squarelone_faerie@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up17·2 个月前Not just libraries, the entire language itself is actually C under the hood
minus-squaretheherk@lemmy.worldlinkfedilinkarrow-up8·2 个月前Python is strongly typed. I get your point since it is dynamically typed, but still strongly.
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
Python is strongly typed. I get your point since it is dynamically typed, but still strongly.
not really what i was going for