tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 1 年前Python!lemmy.mlexternal-linkmessage-square56linkfedilinkarrow-up1729arrow-down117
arrow-up1712arrow-down1external-linkPython!lemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 1 年前message-square56linkfedilink
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up30arrow-down1·1 年前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·1 年前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·1 年前Not just libraries, the entire language itself is actually C under the hood
minus-squaretheherk@lemmy.worldlinkfedilinkarrow-up8·1 年前Python is strongly typed. I get your point since it is dynamically typed, but still strongly.
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up17·1 年前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
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up2·1 年前One of the main implementations of Python is CPython, which is written in C or C++
please explain I want to laugh
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
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++