Hacker News new | ask | show | jobs
by sbuccini 4683 days ago
As a budding coder, sometimes following PEP8 is harder than actually coding the stuff!
1 comments

For PEP-8 compliance, I would recommend looking into using an IDE in some part of your workflow that has active inspections for things like PEP-8 compliance. I personally use PyCharm.