News

As its name implies, Python with Braces doesn’t care about indentation: you’re free to make you code extremely ugly, or write your code properly in K&R style.
Since indentation is so important in Python, are there any particular editors that are better (in some way) at helping you keep indentation straight? I ...