Ayush Gupta
1 min readJun 6, 2020

--

I would highly suggest using pycharm’s built in inspections. There are a ton and I usually turn on every single one. Each one can be configured with its own logging level (info, warning, error..). Almost all the code issues are usually flagged immediately and can be resolved with just a click. Yes, linters have there place but this works really well and most of the time I don’t have to install any type of longer or formatter thus keeping my requirements.txt or environment.yml file relatively lightweight. Do check it out.

--

--

Ayush Gupta
Ayush Gupta

Written by Ayush Gupta

I write about Software Engineering, Data Science, Productivity and Personal Growth | Sharing lessons learnt during 5+ years in the industry

No responses yet