I personally prefer tabs over spaces because it made writing and editing python code easier for me…

I personally prefer tabs over spaces because it made writing and editing python code easier for me…


Play all audios:

Loading...

I personally prefer tabs over spaces because it made writing and editing Python code easier for me in the long run. That being said, I feel that, since most modern IDE/code editors have


extensions that allow quick file-wide conversion from one style to the other (or implement the feature out of the box), the debate is moot: agree on a project-level styleguide and use


automated conversion where necessary to keep the codebase coherent with the agreed standards.