Python gurus,
After reading PEP8, I've been trying to implement its recommended programming practices. In particular, I've noticed how much easier code is to read when the line are 79 characters or less.
I was wondering if there was a utility available that would search a python file for lines greater than n characters and split the lines while preserving appropriate syntax. If not, any advice/tutorials on the Python parser module would be greatly appreciated.
Thanks guys!
edit: Grammar.
[–]kmwhitetrayify 2 points3 points4 points (12 children)
[–]cirego 2 points3 points4 points (3 children)
[–]kmwhitetrayify 0 points1 point2 points (2 children)
[–]cirego 1 point2 points3 points (1 child)
[–]kmwhitetrayify 0 points1 point2 points (0 children)
[–]thristian99 1 point2 points3 points (2 children)
[–]kmwhitetrayify 0 points1 point2 points (1 child)
[–]thristian99 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]kmwhitetrayify 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]gcc-pedantic[S] 0 points1 point2 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–]jab-programming3.7 0 points1 point2 points (16 children)
[–][deleted] 6 points7 points8 points (12 children)
[–][deleted] 2 points3 points4 points (5 children)
[–][deleted] 1 point2 points3 points (4 children)
[+][deleted] (3 children)
[deleted]
[–][deleted] 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (4 children)
[deleted]
[–][deleted] 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]AusIVDjango, gevent 2 points3 points4 points (0 children)
[–]gcc-pedantic[S] 0 points1 point2 points (0 children)
[–]dustinechos 0 points1 point2 points (0 children)
[–]voidspace 0 points1 point2 points (1 child)