remi icon indicating copy to clipboard operation
remi copied to clipboard

editor should generate PEP8 complient code

Open nzjrs opened this issue 9 years ago • 0 comments

at the moment, opening any editor generated code is not very Pythonic. I noticed the following things

  • commas after spaces
  • space after '#'
  • no camelCase

there are probbably more. This makes the code smell funny to a Python programmer.

nzjrs avatar Nov 02 '16 13:11 nzjrs