|
|
|
|
|
by jamesfmilne
1201 days ago
|
|
I started using type annotations heavily in my Python code recently, and coupled with IDEs like VSCode and PyCharm that leverage the typing, and the underlying tools like pyright/pylance, it's a game changer. I wouldn't try and write a decent-sized Python project without typing now. |
|