Ask HN: Why PEP8 favors using spaces over tabs for code indentation?
https://news.ycombinator.com/item?id=4366946This is something that I, a novice python wannabe,has been struggling with. I love to use tabs in my editors to indent code. Much easier to remember than using 4 spaces (as per PEP8 standard). Can some python expert clarify this ?