Hacker News new | ask | show | jobs
by bshipp 2332 days ago
In my case? pycharm for code completion, debugging, refactoring, etc and notebooks for recording reproducible data analysis steps.
1 comments

I feel like this is the only sane way to go about things. I really don't understand people using notebooks to actually develop code and train ML/deeplearning models. A real IDE like Pycharm is so much more powerful at debugging, refactoring and in-general, writing good code, structuring it, and not to mention, being able to version control it in a sane manner.