Potential annoyances of tab delimited Python source?

Posted by user86432 on Stack Overflow See other posts from Stack Overflow or by user86432
Published on 2010-03-29T01:52:43Z Indexed on 2010/03/29 2:03 UTC
Read the original article Hit count: 667

Filed under:
|
|

I want to start a new project, and I want this to be my first Python project. I was looking through the style guide, http://www.python.org/dev/peps/pep-0008/, which "strongly recommends" using a 4-spaces indentation style for new projects. But I just hate this idea! In my opinion, tabs are better for this purpose.

What annoyances could crop up one day if another developer wanted to work on my tab-delimited files?

© Stack Overflow or respective owner

Related posts about python

Related posts about tabs