namingthingsiseasy@programming.dev to Programming@programming.dev · 2 days agoWhy Is Python So Popular in 2025?blog.jetbrains.comexternal-linkmessage-square97fedilinkarrow-up177arrow-down14cross-posted to: [email protected]
arrow-up173arrow-down1external-linkWhy Is Python So Popular in 2025?blog.jetbrains.comnamingthingsiseasy@programming.dev to Programming@programming.dev · 2 days agomessage-square97fedilinkcross-posted to: [email protected]
minus-squareflatbield@beehaw.orglinkfedilinkEnglisharrow-up3arrow-down2·1 day agoTyping thing is way over blown. What did suck before Python 3 was indeterminate type result from the / operator. You never know if it would be integer or floating division looking at the code. Now it is floating.
Typing thing is way over blown. What did suck before Python 3 was indeterminate type result from the / operator. You never know if it would be integer or floating division looking at the code. Now it is floating.