python numpy read from stdin code example Example: python numpy read from stdin import numpy as np import sys data = numpy.loadtxt(sys.stdin)