catfish@lemmy.mltoProgramming@programming.dev•Which software do you mostly use for programming, and why?
162·
1 year agoCLion & PyCharm.
Platform independent, and “just work”. Not missing any functionality I ever wanted and with a new machine even CLion’s almost legendary slowness is under control.
Python was always strongly typed. For years there has been optional static typing and - you know - unit tests.
If you’re having significant issues due to not knowing what types you’re using, the type system may not be your greatest problem…