Kaptaan Jack@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agoProgramming Languageslemmy.mlexternal-linkmessage-square77linkfedilinkarrow-up118arrow-down11file-text
arrow-up117arrow-down1external-linkProgramming Languageslemmy.mlKaptaan Jack@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agomessage-square77linkfedilinkfile-text
minus-squareXylight (Photon dev)@lemmy.xylight.devlinkfedilinkarrow-up0·2 years agopip is the bane of my existence Also python IS loosely typed. take a str and you can reassign it to an int or whatever
minus-squarestatic_motion@programming.devlinkfedilinkarrow-up1·edit-22 years agoYou clearly have no idea what you’re talking about. Python is strongly typed. What is is is dynamically typed, also known as “duck typing”.
minus-squaremin_fapper@iusearchlinux.fyilinkfedilinkarrow-up1·2 years agoYep last time I tried python, it’s type checker was so, so much worse than typescript. Everyone I’ve met saying python is better turned out not have used modern JavaScript/typescript.
pip is the bane of my existence
Also python IS loosely typed. take a str and you can reassign it to an int or whatever
You clearly have no idea what you’re talking about. Python is strongly typed. What is is is dynamically typed, also known as “duck typing”.
Yep last time I tried python, it’s type checker was so, so much worse than typescript.
Everyone I’ve met saying python is better turned out not have used modern JavaScript/typescript.