namingthingsiseasy ( @namingthingsiseasy@programming.dev ) to Programming@programming.dev · 3 months agoWhy Is Python So Popular in 2025?blog.jetbrains.comexternal-linkmessage-square51linkfedilinkarrow-up146
arrow-up146external-linkWhy Is Python So Popular in 2025?blog.jetbrains.com namingthingsiseasy ( @namingthingsiseasy@programming.dev ) to Programming@programming.dev · 3 months agomessage-square51linkfedilink
minus-square flatbield ( @furrowsofar@beehaw.org ) linkfedilinkEnglisharrow-up4·3 months 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.