print, - ipython, :
In [13]: x = range(3)
In [14]: x
Out[14]: [0, 1, 2]
In [15]: print x
[0, 1, 2]
-, x Out[14] Out[14].
ipython, -. , , ipython pprint . - pprint.pprint/pprint.pformat/pprint.PrettyPrinter . ipython.
-, print x Python. python 2.x , print. python 3.x print() - , .
, , , __str__ __repr__, numpy:
numpy.set_printoptions(threshold=2)
numpy.array(range(10)).__str__()
'[0 1 2 ..., 7 8 9]'
print numpy.array(range(10))
[0 1 2 ..., 7 8 9]
, ipython %page, %page x, x , less , .
P.S. ipython "", , , , , .