|
|
|
|
|
by sergiosgc
4433 days ago
|
|
I'm not a python expert by any measure, but I've written a couple small projects with it. Python surprises for how well documented it is. In this specific case, PEP8 lays down most formatting conventions, so you'd expect some tooling to be available. Is this not the case? A quick Google search brought up this, for instance:https://bitbucket.org/StephaneBunel/pythonpep8autoformat |
|