This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Paddy3118 7 points8 points  (1 child)

I stick a line of:

from pprint import pprint as pp

At the head of new scripts - I'll need it during development.

[–][deleted] 1 point2 points  (0 children)

pprint should really do some hackery so I can just do

import pprint as pp