I encourage every one to at least stop writing code in Python.
replies(5):
Use a type checker! Pyright can get you like 80% of Rust's type safety.
Sort of like closing 80% of a submarine's hatches and then diving.
(Also, it means that you don't get any performance benefit from static typing your program.)