negativenull@piefed.world to Programmer Humor@programming.devEnglish · 12 hours agoObject Notationi.imgflip.comimagemessage-square42fedilinkarrow-up1379arrow-down13
arrow-up1376arrow-down1imageObject Notationi.imgflip.comnegativenull@piefed.world to Programmer Humor@programming.devEnglish · 12 hours agomessage-square42fedilink
minus-squareContramuffin@lemmy.worldlinkfedilinkarrow-up1·8 hours agoPython is extremely high level and slow. Great for scripting and prototyping but you really shouldn’t build any infrastructure off of it. It also has dynamic variable typing, which depending on your use case (see above), can either be nice or a headache
Python is extremely high level and slow. Great for scripting and prototyping but you really shouldn’t build any infrastructure off of it.
It also has dynamic variable typing, which depending on your use case (see above), can either be nice or a headache