Showing posts with label console. Show all posts
Showing posts with label console. Show all posts

May 25, 2012

Pretty print for standard python shell

import pprint
import sys
sys.displayhook = pprint.pprint

Feb 20, 2012

Online Python Tutor, IDE & Debugging Tool

http://people.csail.mit.edu/pgbovine/python/ - learn Python by writing code and visualizing execution
ideone.com - online
repl.it - online, with source code