namingthingsiseasy@programming.dev to Programming@programming.dev · 15 天前Why Is Python So Popular in 2025?blog.jetbrains.comexternal-linkmessage-square97linkfedilinkarrow-up176arrow-down15cross-posted to: hackernews@lemmy.bestiver.se
arrow-up171arrow-down1external-linkWhy Is Python So Popular in 2025?blog.jetbrains.comnamingthingsiseasy@programming.dev to Programming@programming.dev · 15 天前message-square97linkfedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squareflatbield@beehaw.orglinkfedilinkEnglisharrow-up4arrow-down2·15 天前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.
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.