Do you have a hard time keeping to 80 columns with Python?

Posted by ApplePieIsGood on Stack Overflow See other posts from Stack Overflow or by ApplePieIsGood
Published on 2009-02-24T18:49:46Z Indexed on 2010/04/30 16:27 UTC
Read the original article Hit count: 215

Filed under:
|

I find myself breaking strings constantly just to get them on the next line. And of course when I go to change those strings (think logging messages), I have to reformat the breaks to keep them within the 80 columns.

How do most people deal with this?

© Stack Overflow or respective owner

Related posts about python

Related posts about best-practices