sus@programming.dev to Programmer Humor@programming.dev · 2 months agoPython has a library for everything but..programming.devimagemessage-square28fedilinkarrow-up1401arrow-down110
arrow-up1391arrow-down1imagePython has a library for everything but..programming.devsus@programming.dev to Programmer Humor@programming.dev · 2 months agomessage-square28fedilink
minus-squareAlexWIWA@lemmy.mllinkfedilinkEnglisharrow-up13·2 months agoIt’s still crazy to me that Django doesn’t have type hints.
minus-squaremisterbngo@awful.systemslinkfedilinkarrow-up6·2 months agoHi, i believe this is where https://groups.google.com/g/django-developers/c/C_Phs05kL1Q
minus-squareAlexWIWA@lemmy.mllinkfedilinkEnglisharrow-up3·2 months agoI disagree with them, but I’m also not the one that would be spending days adding support, so fair enough.
minus-squarezalgotext@sh.itjust.workslinkfedilinkarrow-up4·2 months agoThat thread is from like 4 years ago, types in Python have come a long way since then. Maybe they’d reconsider if the community brought it back up
minus-squarezalgotext@sh.itjust.workslinkfedilinkarrow-up4·2 months agoThe django-stubs package is decent though
minus-squareMidnitte@beehaw.orglinkfedilinkEnglisharrow-up2·2 months agoFlask does - maybe a reason to switch? Lol
It’s still crazy to me that Django doesn’t have type hints.
They’ve explained why
Will you share the source?
Hi, i believe this is where https://groups.google.com/g/django-developers/c/C_Phs05kL1Q
I disagree with them, but I’m also not the one that would be spending days adding support, so fair enough.
That thread is from like 4 years ago, types in Python have come a long way since then. Maybe they’d reconsider if the community brought it back up
The django-stubs package is decent though
Flask does - maybe a reason to switch? Lol
I have been meaning to try it