hairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agowould you write web app with this?lemmy.worldimagemessage-square16fedilinkarrow-up15
arrow-up15imagewould you write web app with this?lemmy.worldhairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square16fedilink
minus-squarewords_number@programming.devlinkfedilinkarrow-up2·1 year agoPython is actually mostly strongly typed. Strongly (e.g. can’t use a number as a string without explicitly converting it), but dynamically (can change type of variable at runtime). You probably would prefer a statically typed language and I agree.
Python is actually mostly strongly typed. Strongly (e.g. can’t use a number as a string without explicitly converting it), but dynamically (can change type of variable at runtime). You probably would prefer a statically typed language and I agree.