69
Writing Python like it’s Rust
(kobzol.github.io)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Type hints are cool. Runtime enforced type hints are cooler.
https://github.com/beartype/beartype
Oh my gosh... This project and its readme are amazing. I gotta try this at work tomorrow, I hope my co-workers can bear with me.
Edit: I just found the release notes... I love it
Thanks for this. I might start to use this. This would allow me to add typing class or function at a time and slowly work my way back.