remi
remi copied to clipboard
editor should generate PEP8 complient code
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.